Expand description
Re-exports§
pub use accesskit_winit;
pub use egui;
pub use winit;
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.
- 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.