Click or drag to resize
DigitalRuneInputManagerGestures Property
Gets the detected touch gestures. (Not available in Silverlight.)

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
public List<GestureSample> Gestures { get; }

Property Value

Type: ListGestureSample
The detected touch gestures.

Implements

IInputServiceGestures
Remarks
EnabledGestures must be set to enable gesture detection. Per default, no gestures are detected.
See Also