mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-28 06:02:56 +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
|
|
};
|