Expand description
Coordinate conversion utilities.
This module provides types and traits for coordinate conversion between client and screen coordinates.
Requires the coordinates feature to be enabled.
Structs§
- Point
- A point in 2D space.
- Rect
- A rectangle defined by its top-left corner and size.
- Window
- Represents a window for coordinate conversion.
- Window
Style - Window style information for coordinate calculations.
Traits§
- Coordinate
Transformer - Trait for coordinate transformation between client and screen spaces.