Merge branch 'hyprwm:main' into main

This commit is contained in:
xDarksome
2022-06-26 19:20:20 +03:00
committed by GitHub
41 changed files with 841 additions and 397 deletions

View File

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