ActionHoverIO.runInputAction

Handle an input action associated with a pointer.

  1. bool runInputAction(HoverPointer pointer, InputActionID actionID, bool isActive)
    interface ActionHoverIO
    bool
    runInputAction
  2. bool runInputAction(HoverPointer pointer, bool isActive)

Parameters

pointer HoverPointer

Pointer to send the input action. It must be loaded. The input action will be loaded by the node the pointer points at.

actionID InputActionID

ID of the input action.

isActive bool

If true, the action has been activated during this frame.

Return Value

Type: bool

True if the input action was handled.

Meta