Merge branch 'hyprwm:main' into main

This commit is contained in:
xDarksome 2022-06-26 19:20:20 +03:00 committed by GitHub
commit 504f76112a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;