added binds:scroll_event_delay

This commit is contained in:
vaxerski
2022-07-26 23:34:03 +02:00
parent cc146f0344
commit 28046e9da0
3 changed files with 14 additions and 0 deletions

View File

@@ -60,6 +60,8 @@ private:
uint32_t m_uTimeLastMs = 0;
uint32_t m_uLastCode = 0;
CTimer m_tScrollTimer;
bool handleKeybinds(const uint32_t&, const std::string&, const xkb_keysym_t&, const int&, bool, uint32_t);
bool handleInternalKeybinds(xkb_keysym_t);