Skip to content
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

Raw Input not capturing mouse (on wayland) #134

Closed
Anti-Apple4life opened this issue Nov 21, 2024 · 2 comments
Closed

Raw Input not capturing mouse (on wayland) #134

Anti-Apple4life opened this issue Nov 21, 2024 · 2 comments

Comments

@Anti-Apple4life
Copy link

When I enable raw input on the osu client, raw input is enabled, but the mouse moves out of the osu window, as the window is not capturing it.

@whrvt
Copy link
Collaborator

whrvt commented Nov 22, 2024

Open ~/.local/bin/osu-wine with any text editor, and change WINE_BLOCK_GET_VERSION=0 to WINE_BLOCK_GET_VERSION=1. @peppy

@NelloKudo
Copy link
Owner

As he said, it's due to osu!'s behavior once it detects it's running under Wine, along with a bunch of other stuff.
You can read more at here: #115 (comment)

For the time being, the fix is to set WINE_BLOCK_GET_VERSION to 1 so that the game detects it's on Windows and behaves normally. Revert to 0 if you notice any error with it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants