mirror of
https://github.com/QuantumLeaps/qpc.git
synced 2025-01-28 07:03:10 +08:00
6 lines
114 B
C
6 lines
114 B
C
typedef struct {
|
|
QEvt super; /* inherits QEvt */
|
|
|
|
uint8_t keyId; /* ID of the key depressed */
|
|
} CalcEvt;
|