ActionHoverIO.runInputAction

Handle an input action associated with a pointer.

  1. bool runInputAction(HoverPointer pointer, InputActionID actionID, bool isActive)
  2. bool runInputAction(HoverPointer pointer, bool isActive)
    interface ActionHoverIO
    bool
    runInputAction
    (
    alias action
    )
    (,
    bool isActive = true
    )

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.

isActive bool

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

Return Value

Type: bool

True if the input action was handled.

Meta