InputType Enumeration
The type of an input event.
For
Type field.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Enumeration InputType
Dim instance As InputType
public enum class InputType
No code example is currently available or this language may not be supported.
Mouse |
0 |
The event is a mouse event.
Use the MouseInput structure of the union.
|
Keyboard |
1 |
The event is a keyboard event.
Use the KeyboardInput structure of the union.
|
Hardware |
2 |
The event is a hardware event.
Use the HardwareInput structure of the union.
|