qpcpp/doxygen/snippets/qep_qevt.cpp

4 lines
117 B
C++
Raw Normal View History

2013-10-10 20:01:51 -04:00
struct QCalcEvt : public QEvt { // derived from QEvt
uint8_t keyId; // ID of the key depressed
};