mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-01-14 06:43:19 +08:00
5 lines
113 B
C
5 lines
113 B
C
typedef struct {
|
|
QEvt super; /* inherits QEvt */
|
|
uint8_t keyId; /* ID of the key depressed */
|
|
} CalcEvt;
|