You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The console key listener doesn't get triggered when pressing the ~ key.
This seems happen because the SDL2 backend overrides keyListeners (sdl2.nim:141) from the common backend. After commenting that line out, the console is launched as expected when pressing ~.
The text was updated successfully, but these errors were encountered:
With
examples/vertex.nim
in nico v0.3.2 on OSX:The console key listener doesn't get triggered when pressing the
~
key.This seems happen because the SDL2 backend overrides
keyListeners
(sdl2.nim:141) from the common backend. After commenting that line out, the console is launched as expected when pressing~
.The text was updated successfully, but these errors were encountered: