Inputs not registering LINUX
When using LINUX none of the inputs seem to register at all I cannot open the menu or unload the program.
i am having the same problem, i think it has to do with sdl because if you place a breakpoint on peepEvents you can see that the wrong keys (scancodes idk havent looked much into it) are being registered when the event type is SDL_EVENT_KEY_DOWN (hope i typed i correctly). I assume its a version mismatch between the latest sdl3 available on github and the sdl3 used in cs2 (Broken compatibility since this didnt happen in the past)
i am having the same problem, i think it has to do with sdl because if you place a breakpoint on peepEvents you can see that the wrong keys (scancodes idk havent looked much into it) are being registered when the event type is SDL_EVENT_KEY_DOWN (hope i typed i correctly). I assume its a version mismatch between the latest sdl3 available on github and the sdl3 used in cs2 (Broken compatibility since this didnt happen in the past)
Will take a look and see if I can find the version CS2 is using
CS2 Is using "SDL-prerelease-3.0.0-3413-g2670e"
i have tested this version of sdl3 and it works, the latest one will not register any input so to make inputs work you'll have to downgrade sdl3 or wait until valve updates cs2 sdl3 library. [tested on windows]