DeviceEvent Enumeration

Specifies a type of input device event.

Definition

Namespace: DevCase.Core.IO.Devices.Input
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum DeviceEvent

Members

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.

See Also