Driftwood2D / Driftwood

Driftwood 2D Tiling Game Engine and Development Suite
http://tileengine.org/
MIT License
24 stars 1 forks source link

Keynames "space" and "return" not recognized by input registry. #188

Closed seisatsu closed 7 years ago

seisatsu commented 7 years ago

Registering keynames like "up" and "left" works fine, but for some reason keybinds such as "return" and "space" just don't connect. See an example in uitest.

@pmer can you look at why this isn't working? I am a bit stumped. I suspect there is a fundamental problem with InputManager's lookup mechanism. The callbacks for the test are set up in __menu_callbacks.py in stdlib.

pmer commented 7 years ago

Sure thing.

seisatsu commented 7 years ago

I've got this one figured out actually.