Expand description
Re-exports§
Modules§
Structs§
- Handles the integration between egui and a winit Window.
- Can be used to store native window settings (position and size).
Enums§
Functions§
- Applies what
create_winit_window_builder
couldn’t - Build and intitlaize a window.
- Winit sends special keys (backspace, delete, F1, …) as characters. Ignore those. We also ignore ‘\r’, ‘\n’, ‘\t’. Newlines are handled by the
Key::Enter
event. - Calculate the
pixels_per_point
for a given window, given the current egui zoom factor - Short and fast description of a device event. Useful for logging and profiling.
- Short and fast description of a window event. Useful for logging and profiling.
- Update the given viewport info with the current state of the window.