| InputManagerTouchCollection 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 public TouchCollection TouchCollection { get; }
Public ReadOnly Property TouchCollection As TouchCollection
Get
public:
virtual property TouchCollection TouchCollection {
TouchCollection get () sealed;
}
abstract TouchCollection : TouchCollection with get
override TouchCollection : TouchCollection with get
Property Value
Type:
TouchCollectionThe touch collection.
Implements
IInputServiceTouchCollectionSee Also