C# (CSharp) Blake.NUI.WPF.Gestures Namespace

Classes

Name Description
DoubleTapGestureEngine
EngineHandler General purpose engine handler for gestures that only involve a single touch point (like "Tap" and "Hold")
EngineHandlerBase Base class for engine handlers.
Events Container class for the gesture routed events and supporting functionality
GestureCompletedEventArgs Event arguments for the GestureCompleted event
GestureEventArgs
HoldGestureEngine Gesture engine that detects the "Hold" gesture. This gesture is defined as a touch down and hold for a (configurable) amount of time. Releasing the touch point or moving it too far before the timeout has been reached will abort the gesture.
MultiEngineHandler Engine handler for engines that needs more than one touch point to recognize gestures (e.g. DoubleTap)
TapGestureEngine