Class KeyMatrixEvent
Keyboard event
public class KeyMatrixEvent
- Inheritance
-
KeyMatrixEvent
Properties
EventType
Event type of current button. PinEventTypes.Rising is pressed,PinEventTypes.Falling is released
public PinEventTypes EventType { get; }
Property Value
Input
Current button's input index
public int Input { get; }
Property Value
Output
Current button's output index
public int Output { get; }