Expand description
The input needed by egui.
Structs§
- Dropped
File - A file dropped into egui.
- Event
Filter - Controls which events that a focused widget will have exclusive access to.
- Hovered
File - A file about to be dropped into egui.
- Keyboard
Shortcut - A keyboard shortcut, e.g.
Ctrl+Alt+W
. - Modifier
Names - Names of different modifier keys.
- Modifiers
- State of the modifier keys. These must be fed to egui.
- RawInput
- What the integrations provides to egui at the start of each frame.
- Touch
Device Id - this is a
u64
as values of this kind can always be obtained by hashing - 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.
- Viewport
Info - Information about the current viewport, given as input each frame.
Enums§
- Event
- An input event generated by the integration.
- ImeEvent
- IME event.
- Mouse
Wheel Unit - The unit associated with the numeric value of a mouse wheel event
- Pointer
Button - Mouse button (or similar for touch input)
- Touch
Phase - In what phase a touch event is in.
- Viewport
Event - An input event from the backend into egui, about a specific viewport.
Constants§
- NUM_
POINTER_ BUTTONS - Number of pointer buttons supported by egui, i.e. the number of possible states of
PointerButton
.