qpcpp/doxygen/snippets/qep_qevt.cpp

4 lines
126 B
C++
Raw Normal View History

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