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
Import of 'mouseButtonNumbers'
The code now has access to the 'mouseButtonNumbers' from a separate file. It's a kind of list that helps the program understand different mouse button actions.
New Property Addition to 'RealMouseMoveOptions'
A new setting called 'keepMouseDownButton' has been added to the 'RealMouseMoveOptions'. This allows users to make the program behave as if a mouse button is being pressed continuously, even when it isn’t.
Update to the 'realMouseMove' Function
The 'realMouseMove' function, a piece of code that enables real cursor movement, has been enhanced. It can now optionally include the 'button' parameter, which symbolizes a mouse button action, based on the 'keepMouseDownButton' option. This feature is particularly useful in scenarios requiring the mouse button to be held down while moving.
dmtrKovalenko
changed the title
fix(realMouseMove): keep mousedown button pressed while moving
feat(realMouseMove): Add option to keep mouse button down when moving
Sep 5, 2025
Hello @dmtrKovalenko, Are you planning to merge this anytime soon?
Thanks 🙏
+1
I did a pnpm patch with this fix and it works very well !
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #752