mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-02-04 06:13:00 +08:00
4 lines
117 B
C++
4 lines
117 B
C++
|
struct QCalcEvt : public QEvt { // derived from QEvt
|
||
|
uint8_t keyId; // ID of the key depressed
|
||
|
};
|