Struct BBQ10Keyboard.KeyEvent
Key event struct
Assembly: Bbq10Keyboard.dll
View Source
public struct BBQ10Keyboard.KeyEvent
Properties
AsciiValue
Key ASCII value
View Source
public readonly char AsciiValue { get; }
KeyState
The key state at the time of the event
View Source
public readonly BBQ10Keyboard.KeyState KeyState { get; }