added misc:mouse_move_enables_dpms
This commit is contained in:
parent
d9687c93ee
commit
a1d1ec4c46
5 changed files with 13 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
#include <unordered_map>
|
||||
#include <functional>
|
||||
|
||||
class CInputManager;
|
||||
|
||||
struct SKeybind {
|
||||
std::string key = "";
|
||||
int keycode = -1;
|
||||
|
|
@ -101,6 +103,7 @@ private:
|
|||
static void dpms(std::string);
|
||||
|
||||
friend class CCompositor;
|
||||
friend class CInputManager;
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CKeybindManager> g_pKeybindManager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue