Class Event
Event class.
Tables
| Event.names | Event names. |
Tables
- Event.names
-
Event names.
Fields:
- Reshape A widget is being reshaped.
- PreDisplay A widget is about to be drawn.
- Display A widget was drawn.
- KeyPress A keyboard key was pressed.
- KeyRelease A keyboard key was released.
- TextInput Text was entered.
- Move The cursor moved, and no button was pressed.
- Enter The cursor entered a widget, and no button was pressed.
- Leave The cursor left a widget, and no button was pressed.
- PressEnter The cursor entered a widget, and a button was pressed.
- PressLeave The cursor left a widget, and a button was pressed.
- PressStart A pointer button or accelerator key was pressed.
- PressEnd A pointer button or accelerator key was released.
- PressDrag A pressed cursor moved; targets originating widget.
- PressMove A pressed cursor moved; targets widget at cursor position.
- Press A pointer button was pressed and released on the same widget.
- Change A widget's value changed.