Expand description
Events and event handling.
Structs§
- Input Method Editor (IME) state.
- An event fired when a key is pressed.
- An event fired when a key is released.
- Modifiers for keyboard and pointer events.
- A unique pointer id.
- A pointer left the window.
- A pointer was moved.
- A pointer button was pressed.
- A pointer button was released.
- A pointer wheel was scrolled.
- A request to focus a view.
- A request to focus the next view in the focus chain.
- A request to focus the previous view in the focus chain.
- Event emitted when a window wants to close.
- Event emitted when a window is maximized.
- Event emitted when a window is resized.
- Event emitted when a window is scaled.
Enums§
- Input Method Editor (IME) capitalization.
- A keyboard key-code.
- An event that can be sent to a view.
- A target for focus.
- A keyboard key.
- A pointer button.
Traits§
- A trait for checking if something is a certain key.