mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-28 06:02:56 +08:00
34cdcc7929
major release 7.0.0 release candidate 1
4 lines
126 B
C++
4 lines
126 B
C++
struct QCalcEvt : public QP::QEvt { // inherits QP::QEvt
|
|
std::uint8_t keyId; // ID of the key depressed
|
|
};
|