DeviceEvent Enumeration
Specifies a type of input device event.
Namespace: DevCase.Core.IO.Devices.InputAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Enumeration DeviceEvent
Dim instance As DeviceEvent
public enum class DeviceEvent
No code example is currently available or this language may not be supported.
Key |
0 |
A key is pressed.
|
Oem |
4,096 |
An unidentified hardware source generated the event.
It could be a mouse or a keyboard event.
|
Mouse |
32,768 |
A mouse button is click.
|