| IInputServiceTouchCollection Property |
Gets the touch collection. (Not available in Silverlight.)
Namespace: DigitalRune.Game.InputAssembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax TouchCollection TouchCollection { get; }
ReadOnly Property TouchCollection As TouchCollection
Get
property TouchCollection TouchCollection {
TouchCollection get ();
}
abstract TouchCollection : TouchCollection with get
Property Value
Type:
TouchCollectionThe touch collection.
See Also