You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switching window focus worked nicely on v3.2.0, even with focus_follows_cursor: true. On v3.3.0, it does not. When set to true, focus seems to change but goes back to the window below cursor immediately. Windows 10.
My guess is the regression was caused by #754 where INPUT_MOUSE is now being used instead of INPUT_KEYBOARD, causing the (fake) mouse movement to refocus the window below the mouse.
Describe the bug
Switching window focus worked nicely on v3.2.0, even with
focus_follows_cursor: true
. On v3.3.0, it does not. When set to true, focus seems to change but goes back to the window below cursor immediately. Windows 10.My guess is the regression was caused by #754 where INPUT_MOUSE is now being used instead of INPUT_KEYBOARD, causing the (fake) mouse movement to refocus the window below the mouse.
Also reported as a comment under #751
Reproduction
Set
focus_follows_cursor: true
and change window focus using key bindings.Stack trace or error logs (if applicable)
No response
Version number
v3.3.0
The text was updated successfully, but these errors were encountered: