Expand description
Utilities for the window system.
Structs§
- Logical
Size - Physical
Size - Window size with a width and an height in pixels.
Enums§
Traits§
- Headed
MapWindow - Window which references a physical
RawWindow. This is only implemented by headed windows and not by headless windows. - MapWindow
- Window of a certain
PhysicalSize. This can either be a proper window or a headless one. - MapWindow
Config - A configuration for a window which determines the corresponding implementation of a
MapWindowand is able to create it.