GestureBinding#

class omni.ui.scene.GestureBinding(iterable=(), /)#

Bases: tuple

Class that encapsulates a gesture binding, holding the data needed for invocation

Methods

Attributes

modifiers

Returns the keyboard modifiers associated with the gesture binding

mouse_buttons

Returns the mouse buttons associated with the gesture binding

__init__()#
property modifiers#

Returns the keyboard modifiers associated with the gesture binding

property mouse_buttons#

Returns the mouse buttons associated with the gesture binding