mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-05 17:46:28 +00:00
focus and move mouse to inputmanager
This commit is contained in:
@@ -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&);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user