Click or drag to resize
DigitalRuneInputManagerTouchCollection Property
Gets the touch collection. (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 TouchCollection TouchCollection { get; }

Property Value

Type: TouchCollection
The touch collection.

Implements

IInputServiceTouchCollection
See Also