ptitSeb / stuntcarremake

A port of Stunt Car Remake to OpenPandora, Linux and Emscripten. Status: Working
http://ptitseb.github.io/stuntcarremake/
Other
71 stars 11 forks source link

Linux: Can't accelerate + boost + steer left at the same time #4

Closed Korodny closed 6 years ago

Korodny commented 6 years ago

Just downloaded and built this - thanks a lot for the port. On Debian Testing, if I accelerate (CRSR up), add boost (SPACE) and then try to steer left (CRSR left) at the same time, the car keeps going straight forward. Acc., boost and turning right works as expected though.

ptitSeb commented 6 years ago

Can this be an issue with you keyboard? I have tested on my side and didn't experience this issue. You can go left if you don't use the Boost Key or not the Acc. key? I can change the Boost key position, from SPACE to (either) Shift for example, it may help.

ptitSeb commented 6 years ago

I have pushed a commit f3aaf2181c2f89218c243c75dc3da1b2dca919e5 that added Shift key to the BOOST key. So try using either Shift instead of Space, I think it might help.

Korodny commented 6 years ago

Heh, you're right - just tested with my C64 emulator, and UP+LEFT+SPACE doesn't work there either.

Thanks for the patch, this works great!