Houdini 21.0 Nodes APEX nodes

uievent::Device

Fetches information about the pressed mouse button from the uievent.

On this page
Since 21.0

This node provides access to the pressed mouse button and whether any modifier keys have been held in combination with the mouse press.

Inputs

uievent: Dict

The dictionary containing various uievent states that can be queried by the control graph gadget during UI interactions.

Outputs

mousebutton: Int

An integer that represents the pressed mouse position:

  • 0 -

  • 1 -

  • 2 -

modifier: Int

A bit pattern that represents the pressed modifier keys:

  • 0 - no modifiers pressed

  • 1 - ⇧ Shift

  • 2 - ⌃ Ctrl

  • 3 - ⇧ Shift + ⌃ Ctrl

See also

APEX nodes