ftsf / nico

a Game Framework in Nim inspired by Pico-8.
MIT License
630 stars 36 forks source link

Remove SDL2 keyListener override that breaks console listener. fixes 47 #63

Closed jorisbontje closed 3 years ago

jorisbontje commented 3 years ago

keyListeners is also declared in backends/common.nim, overriding this in sdl2.nim breaks the console ( ~ ) key listener. This can be tested by running vertex.nim from examples and pressing the tilde ( ~ ) key to launch the debug the console (nothing will happen before this fix).

ftsf commented 3 years ago

Thanks!