HoverPointerAction.runInputAction

Run an input action on the currently hovered node, if any.

For this to work, HoverIO this pointer operates on must also support ActionHoverIO.

  1. bool runInputAction(InputActionID actionID, bool isActive)
  2. bool runInputAction(bool isActive)
    class HoverPointerAction
    bool
    runInputAction
    (
    alias action
    )
    (
    bool isActive = true
    )

Parameters

isActive bool

"Active" status of the action.

Return Value

Type: bool

True if the action was handled, false if not.

Meta