qpcpp/doxygen/snippets/qep_qevt.cpp
Quantum Leaps 890c8e7d8c 5.1.1
2013-10-10 20:01:51 -04:00

4 lines
117 B
C++

struct QCalcEvt : public QEvt { // derived from QEvt
uint8_t keyId; // ID of the key depressed
};