-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide and Show Mouse Cursor On KeyPress #1127
Comments
@rom1v can you please answer this??? |
No, it is not supported. Do you mean "capturing the mouse" (#269), or just hide it? |
i meant capture the mouse and hide it. like in emulators when you press a key mouse cursor is shown and when you press the key again the mouse cursor is hidden. like in .net |
OK, so this is #269. I'm closing as duplicate. |
How can i hide the mouse cursor and show that on a key press event?
like in emulator games we press a key and mouse cursor is visible and then we press the same key again it locks and hides the mouse.
is it possible to do that is scrcpy?
The text was updated successfully, but these errors were encountered: