Expand description
Modules§
- Common commands.
- Drag&drop properties, event properties.
- Gesture events and control,
on_click
,click_shortcut
and more. - Keyboard events,
on_key_down
,on_key_up
and more. - Mouse and touch capture properties.
Structs§
- Window custom cursor.
Enums§
- Named system dependent cursor icon.
- Window cursor source.
Functions§
P
Defines how click events are generated for the widget.P
Sets the mouse pointer cursor displayed when hovering the widget.P
If the mouse pointer is over the widget, or a descendant, or is captured by the it.P
If the mouse pointer is pressed or captured by the widget and it is enabled.P
If a touch contact point is over the widget, or is over a descendant, or is captured by it.P
If a touch contact point is over the widget, or is over a descendant, or is captured by it.P
If the mouse pointer is over the widget or a descendant and the widget is enabled.P
If the mouse pointer is over the widget or a descendant and the widget is disabled.P
If the mouse pointer is pressed in the widget and it is enabled.P
If the widget was clicked by shortcut or accessibility event and theshortcut_pressed_duration
has not elapsed.P
If a touch contact point is over the widget or a descendant and the it is enabled.P
If a touch contact that started over the widget is over it and it is enabled.P
Applies transforms from touch gestures on the widget.