Cursor issue in OpenMW
From Andy:
I've been experimenting with libTAS (1.4.0) and OpenMW (Morrowind) on WSL2 with vcxsrv following the instructions on the libTAS readme. However, I'm having a couple issues related to the mouse:Mouse clicks (for sure RMB but maybe also LMB) don't seem to pass through and I can't set them to
About the different issues:
- I didn't go far enough into the game to encounter a situation where right click is used. Left click works for menus. Can you describe an example where a mouse click does not work in libTAS?
- You don't have to change anything in the input mapping window if you don't want to change mouse mapping. Also, you can only map keys to inputs, not mouse clicks.
- Yes, libTAS hides custom cursors, it was needed for one game that I don't remember, to prevent a crash. One feature I will implement to solve this issue is to allow games to warp the cursor (with an option), so that system cursor and game cursor are synced.
- Yeah, one way to get the same behavior is to enable both "mouse relative mode" and "warp mouse to center each frame"