Expand description
Input handling — mode-aware key/mouse → Command pipeline.
Converts egui key/mouse events into Commands dispatched via a CommandSender.
Structs§
- Active
Aids - Which presentation aids are currently active, used to drive mouse handling.
- Input
Handler - Processes egui events and dispatches
Commands. - UiModes
Enums§
- Input
Mode - Which input mode the presenter console is in.
Functions§
- egui_
key_ name_ public - Map an egui key to the string name used in our keybinding config (public for test-input mode).
- normalize_
to_ rect - Convert a screen-space position to normalized (0..1) coordinates within a rect.