Specifies the type of the mouse events to be processed by a viewport.
More...
Specifies the type of the mouse events to be processed by a viewport.
The masks can be combined with bitwise OR.
◆ MOUSE_CLICK
final int MOUSE_CLICK = 4 |
|
static |
Enables object selection on mouse click.
◆ MOUSE_MOVE_AND_CLICK
Convenience constant that matches ProcessMouse's option in the Builder.
Enables object selection on mouse click and mouse over, as well as object tooltips on mouse over.
◆ MOUSE_MOVE_AND_CLICK_NAMED
Convenience constant that matches ProcessMouse's option in the Builder.
Same as MOUSE_MOVE_AND_CLICK, but uses object names for tooltips.
◆ MOUSE_OVER_SELECTION
final int MOUSE_OVER_SELECTION = 1 |
|
static |
Enabled object highlighting and selection on mouse over.
◆ MOUSE_OVER_TOOLTIP
final int MOUSE_OVER_TOOLTIP = 2 |
|
static |
Enables object tooltips on mouse over when used together with MOUSE_OVER_SELECTION.
◆ NAMED_TOOLTIP
final int NAMED_TOOLTIP = 8 |
|
static |
Forces using object names instead of TooltipString resources for tooltips.
◆ NO_MOUSE_EVENTS
final int NO_MOUSE_EVENTS = 0 |
|
static |
Disables all event processing if no other masks are selected.