pass press and release events separately
This commit is contained in:
parent
0964448f93
commit
8122505825
2 changed files with 18 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue