focus and move mouse to inputmanager
This commit is contained in:
parent
a1a8f3b6d5
commit
5811d968bf
5 changed files with 64 additions and 2 deletions
|
|
@ -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&);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue