SourceModule input
The input needed by egui.
Classes§
| Event Enum | An input event generated by the integration. |
| EventFilter | Controls which events that a focused widget will have exclusive access to. |
| HoveredFile | A file about to be dropped into egui. |
| ImeEvent Enum | IME event. |
| KeyboardShortcut | A keyboard shortcut, e.g. |
| ModifierNames | Names of different modifier keys. |
| Modifiers | State of the modifier keys. These must be fed to egui. |
| MouseWheelUnit Enum | The unit associated with the numeric value of a mouse wheel event |
| PointerButton Enum | Mouse button (or similar for touch input) |
| RawInput | What the integrations provides to egui at the start of each frame. |
| SafeAreaInsets | The 'safe area' insets of the screen |
| TouchDeviceId | this is a |
| TouchId | Unique identification of a touch occurrence (finger or pen or …). A Touch ID is valid until the finger is lifted. A new ID is used for the next touch. |
| TouchPhase Enum | In what phase a touch event is in. |
| ViewportEvent Enum | An input event from the backend into egui, about a specific viewport. |
| ViewportInfo | Information about the current viewport, given as input each frame. |