I think I know what’s going on. You have show mouse cursor enabled, right? You can’t have both functionalities at the same time. You should either:
- Keep showing the mouse cursor and add a logic to your code without using input actions that detects the cursor movement and returns your desired inputs accordingly
- Hide the mouse cursor and add a dynamic widget that acts like the cursor according to the momentary changes of the mouse x & y values
I won’t be able to guide you further on the details of the implementation since either of these options are not that straightforward, but these are your options to achieve your objective.
Hope this helps! ![]()