Hi all,
I'm using Ubuntu 22.04 LTS with Godot 4.3, I wanted to test some FPS controls from here:
https://github.com/rbarongr/GodotFirstPersonController
I tried several different project but I always see the same issue:
If a press a key on the keyboard the mouse motion event is ignored
So in the FPS the problem that I'm facing is : if I'm moving forward pressing "W" then I can't turn the player because mouse motion event are ignored.
I have found some problems related to the fact that events are catched by UI controls, but I have no UI at all in these projects.
Anyone is facing the same issue on linux?
I tried to build the project and it behaves the same way. I want the game to playable on Ubuntu 22.04 too, so I'm trying to figure out what's the problem here.
Cheers!