qpc/doxygen/snippets/qep_qevt.c
Quantum Leaps cd6736f1fd 5.4.0
2015-04-28 13:45:35 -04:00

6 lines
114 B
C

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