component/gesture library

Classes

OnGesture
A widget that detects a specific gesture type and executes an action when it occurs.
OnHover
A widget that detects mouse hover and executes an action when hover state changes.

Enums

GestureType
Defines the different types of gestures that can be detected by OnGesture.

Extensions

XOnGestureWidget on Widget
Extension methods for easily adding gesture detection to any widget.