Expand description
Hover state management for tracking mouse and touch hover history
The HoverManager records hit test results for multiple input points (mouse, touch, pen) over multiple frames to enable gesture detection (like DragStart) that requires analyzing hover patterns over time rather than just the current frame.
Structs§
- Hover
Manager - Manages hover state history for all input points
Enums§
- Input
Point Id - Identifier for an input point (mouse, touch, pen, etc.)