Skip to main content

Module hover

Module hover 

Source
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§

HoverManager
Manages hover state history for all input points

Enums§

InputPointId
Identifier for an input point (mouse, touch, pen, etc.)