ChicoTeam / chingu

OpenGL accelerated 2D game framework for Ruby
http://ippa.se/chingu
GNU Lesser General Public License v2.1
1 stars 0 forks source link

game1: Cannot hold left+up+spacebar #5

Closed russplaysguitar closed 13 years ago

russplaysguitar commented 13 years ago

You can use any other arrow and spacebar combo, but not this one.

jschall commented 13 years ago

Likely specific to your hardware. Just keyboard ghosting/keyboard masking. The only solution is change the keyboard or change the key binds.

jschall commented 13 years ago

I hate that. I always comment and close instead of commenting.

russplaysguitar commented 13 years ago

haha. Do you have a problem with this?

FYI I just found a file that might be related: /chingu/lib/chingu/helpers/input_client.rb

russplaysguitar commented 13 years ago

this is a problem in all the examples i try, so i think it is a framework issue

russplaysguitar commented 13 years ago

i think you're right, i just tested my keyboard on a non-chingu game and had the problem, so it was just me!