component/support/gesture
library
Classes
-
OnGesture
-
A widget that detects a specific gesture type and executes an action when it occurs in Arcane UI.
-
OnHover
-
A widget that detects mouse hover and executes an action when hover state changes in Arcane UI components.
Enums
-
GestureType
-
Defines the different types of gestures that can be detected by OnGesture in the Arcane UI library.
Extensions
-
XOnGestureWidget
on Widget
-
Extension methods for easily adding gesture detection to any widget in Arcane UI.