Share via


InputManager.InputDeviceType Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines categories of input devices.

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

Syntax

'Declaration
Public Enumeration InputDeviceType
public enum InputDeviceType
public enum class InputDeviceType
type InputDeviceType
public enum InputDeviceType

Members

Member name Description
Button Input is from a button.
Touch Input is from a touch panel.
Generic Input is from an unspecified device.
Last Input is from the previous input device.

See Also

Reference

Microsoft.SPOT.Input Namespace