runInputActionHandler

Run a handler for an input action.

This is a newer, alternative overload

Parameters

aggregate T

Struct or class with input action handlers.

io IO

I/O system to emit the action.

number int

Number internal to the I/O syste; may be used to fetch additional data.

actionID InputActionID

ID of the action to run.

isActive bool

True, if the action has fired, false if it is held.

Return Value

Type: bool

True if there exists a matching input handler, and if it responded to the input action.

Meta