focus and move mouse to inputmanager

This commit is contained in:
vaxerski
2022-03-18 22:53:27 +01:00
parent a1a8f3b6d5
commit 5811d968bf
5 changed files with 64 additions and 2 deletions

View File

@@ -50,12 +50,17 @@ public:
void startCompositor();
CWindow* m_pLastFocus = nullptr;
// ------------------------------------------------- //
SMonitor* getMonitorFromID(const int&);
SMonitor* getMonitorFromCursor();
void removeWindowFromVectorSafe(CWindow*);
void focusWindow(CWindow*);
bool windowExists(CWindow*);
CWindow* vectorToWindow(const Vector2D&);
};