Class KeyScanEventArgs
The KeyScanEventArgs class
Assembly: As1115.dll
View Source
public class KeyScanEventArgs : EventArgs
Inheritance: System.Object
-> System.EventArgs
Properties
Button
The button for the event args
View Source
public As1115.KeyScanButtonType Button { get; protected set; }
KeyA
KeyA value
View Source
public byte KeyA { get; protected set; }
KeyB
KeyB value
View Source
public byte KeyB { get; protected set; }