qpc/doxygen/snippets/qep_qevt.c
Quantum Leaps 0e95d49224 5.1.0
2013-09-23 14:34:35 -04:00

6 lines
136 B
C

typedef struct QCalcEvtTag {
QEvt super; /* inherits QEvt */
uint8_t keyId; /* ID of the key depressed */
} QCalcEvt;