mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-09 00:21:56 -07:00
reset m_bEmptyFocusCursorSet on workspace switch
This commit is contained in:
@@ -25,6 +25,8 @@ struct STouchData {
|
||||
Vector2D touchSurfaceOrigin;
|
||||
};
|
||||
|
||||
class CKeybindManager;
|
||||
|
||||
class CInputManager {
|
||||
public:
|
||||
|
||||
@@ -161,6 +163,8 @@ private:
|
||||
|
||||
// swipe
|
||||
void beginWorkspaceSwipe();
|
||||
|
||||
friend class CKeybindManager;
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CInputManager> g_pInputManager;
|
||||
|
Reference in New Issue
Block a user