-
Notifications
You must be signed in to change notification settings - Fork 11
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
Mouse pointer does not work with some games #66
Comments
Hmm, this sounds like the output positioning issues. Are you using the latest git commit? There have been quite a few fixes since 0.4. |
Yes @Supreeeme , git log says I'm on commit 67efa2c . I also did cargo clean just in case. I could have sworn the Borderlands 3 menu clicking worked before a recent |
Could you run satellite with RUST_LOG=1 and post the log while running those games? |
Sure, this is the output for both games. Both start when Borderlands 3: https://gist.github.com/tyressk/e11013737d3cbe418b7002c657fb8b7e For Supermarket Together:
|
Sorry lol, I actually meant |
haha no prob, I actually saw there wasn't a difference without RUST_LOG=1 but just wanted to do what you said 🤷 Supermarket Together: https://gist.github.com/tyressk/d50836af0f6268b072b6dd30bf88c656 |
Can you post the output of |
Sure here it is:
|
Does it still happen if you move your display to position 0,0? |
@Supreeeme ohh, that worked. I don't have the issue when my monitor is in position 0,0 |
Does it happen again if you move the monitor back to where it was? (2560, 0) |
May be related to #58 |
Yup it definitely happens again if the monitor is moved back to that |
Is it only those two games or is it everything? |
Actually might be all games? But since this only involves the mouse pointer, if a game allows any other input device such as a controller or keyboard and you use those, you won't really notice a problem |
I'm having the same issue on 0.5-2. Monitor is at position 0x0, but I'm on Hyprland. Using a keyboard shortcut and clicking around sometimes fixes it temporarily |
@odomingao @tyressk Could you guys check if the latest commit affects this at all? |
I'm still having the issue. Also, it seems like the latest version of wine in arch completely breaks it (e.g. cursor doesn't work at all).. wine 9.21-1 still somewhat works fine for the app I'm testing if I do the workaround I mentioned before, though it's a bit buggy. Not sure if it helps, but the app I'm running here isn't a game and isn't on fullscreen, it's a windows-only .NET app. |
In games where there is a mouse pointer which can be used to select a menu option for example, there are some issues with the cursor (using Niri as compositor)
For example:
Borderlands 3 - hovering over any menu items does not select it
Supermarket Together - focuses on things on the right side of the screen (language selection) even when you are focusing on the left "New Game" menu items, etc, so it becomes impossible to play the game
The cursor works ok on Gnome
The text was updated successfully, but these errors were encountered: