InputType Enum

Definition

Specifies the possible types of input being reported.

public enum class InputType
public enum InputType
type InputType = 
Public Enum InputType
Inheritance
InputType

Fields

Command 5

Input was provided by a command.

Hid 3

Input was provided a Human Interface Device that was not a keyboard, a mouse, or a stylus.

Keyboard 0

Input was provided by a keyboard.

Mouse 1

Input was provided by a mouse.

Stylus 2

Input was provided by a stylus.

Text 4

Input was provided by text.

Applies to