Enumeration PointerHint

A PointerDriver's pointer hint; each registered pointer has a pointer hint which tracks whether the pointer is not in use, hovering a root or pressing a root. Useful for styling pointers depending on if they are hovering/pressing a root or not.

Enumeration Members

Enumeration Members

Hovering

The pointer is currently hovering a root.

None

The pointer is currently not hovering any root.

Pressing

The pointer is currently hovering and pressing a root.