added general:cursor_inactive_timeout

This commit is contained in:
vaxerski
2022-06-24 23:27:02 +02:00
parent eb13be1240
commit 72c86b99eb
8 changed files with 79 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
#include <list>
#include "../../helpers/WLClasses.hpp"
#include "../../Window.hpp"
#include "../../helpers/Timer.hpp"
class CInputManager {
public:
@@ -52,6 +53,8 @@ public:
SKeyboard* m_pActiveKeyboard = nullptr;
CTimer m_tmrLastCursorMovement;
private:
uint32_t m_uiCapabilities = 0;