Enum InputEventKind
Discriminator on InputEvent. None
represents an "empty" input event (the default value of
the struct).
public enum InputEventKind : byte
Fields
None = 0Key = 1Mouse = 2Paste = 3
Discriminator on InputEvent. None
represents an "empty" input event (the default value of
the struct).
public enum InputEventKind : byte
None = 0Key = 1Mouse = 2Paste = 3