Added movefocus dispatcher

This commit is contained in:
vaxerski
2022-04-09 13:26:55 +02:00
parent 7449a0c44c
commit 3d5e2c1dc3
5 changed files with 88 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ public:
bool isWindowActive(CWindow*);
void moveWindowToTop(CWindow*);
void cleanupWindows();
CWindow* getWindowInDirection(CWindow*, char);
private:
void initAllSignals();