runInputActionHandler

Run a handler for an input action.

Parameters

aggregate T

Struct or class with input action handlers.

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