Added keyboard configuration

This commit is contained in:
vaxerski 2022-03-24 21:05:34 +01:00
parent ccd691a88b
commit 7eb2a1023b
4 changed files with 56 additions and 0 deletions

View file

@ -22,6 +22,8 @@ public:
Vector2D getMouseCoordsInternal();
void refocus();
void setKeyboardLayout();
// for dragging floating windows
CWindow* currentlyDraggedWindow = nullptr;