mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-17 13:03:48 -07:00
input: add follow_mouse_threshold (#9392)
This commit is contained in:
@@ -255,6 +255,7 @@ class CInputManager {
|
||||
|
||||
// used for warping back after non-mouse input
|
||||
Vector2D m_vLastMousePos = {};
|
||||
double m_fMousePosDelta = 0;
|
||||
bool m_bLastInputMouse = true;
|
||||
|
||||
// for holding focus on buttons held
|
||||
|
Reference in New Issue
Block a user