asmodehn / sdlut

SDL utility toolkit - A C++ wrapper arount SDL 1.2
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

P0 on NetBSD : moving while shooting #8

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

There is a a bug in P0 on NetBSD about the shoot during a move. Usually when you move and press the key to shoot, the character stops and shoots. well the doesnt work if you move up-right or down-left for some reason. That doesnt happen on windows. I wonder what happen on linux. It might be interesting to check the output of the SDL test for the keys to see what SDL returns...

asmodehn commented 10 years ago

Well after a quick check on the test program checkkeys from SDL test suite, it seems that is a bug in SDL. was up left and down right apparently... in that case the keys like space, ctrl and so on are not detected. keys like 'a', 'r', and so on are detected... maybe a limitation of the netbsd keyboard driver ??