qpc/doxygen/snippets/qep_qevt.c

6 lines
114 B
C
Raw Normal View History

2015-04-28 13:45:35 -04:00
typedef struct {
QEvt super; /* inherits QEvt */
2013-09-23 14:34:35 -04:00
2015-04-28 13:45:35 -04:00
uint8_t keyId; /* ID of the key depressed */
} CalcEvt;