pass press and release events separately

This commit is contained in:
vaxerski 2022-08-27 19:29:28 +02:00
parent 0964448f93
commit 8122505825
2 changed files with 18 additions and 3 deletions

View file

@ -62,6 +62,8 @@ private:
uint32_t m_uTimeLastMs = 0;
uint32_t m_uLastCode = 0;
int m_iPassPressed = -1; // used for pass
CTimer m_tScrollTimer;
bool handleKeybinds(const uint32_t&, const std::string&, const xkb_keysym_t&, const int&, bool, uint32_t);