InputDevice Class

Provides a constructor and a property for describing input devices.

Namespace: Microsoft.SPOT.Input
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public abstract class InputDevice : DispatcherObject

Remarks

Each InputDevice object represents a specific input device. For example, if there are two mice (pointing devices), there will be two InputDevice objects — one object for each mouse.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

InputDevice Members
Microsoft.SPOT.Input Namespace