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
If we run the example with: (sdl2-examples:basic-test)
then the ESC keystroke is detected and the window closes
but CCL won't back to the REPL. Had to kill -9 ccl.
If we run with (sdl2:make-this-thread-main #'sdl2-examples:basic-test),
the keystrokes are not detected and the window cannot be closed. Had
to kill the window and ccl.
Any ideas? maybe run the example into another thread?
I can replay the problem and provide additional info.
The text was updated successfully, but these errors were encountered:
then the ESC keystroke is detected and the window closes
but CCL won't back to the REPL. Had to kill -9 ccl.
the keystrokes are not detected and the window cannot be closed. Had
to kill the window and ccl.
Any ideas? maybe run the example into another thread?
I can replay the problem and provide additional info.
The text was updated successfully, but these errors were encountered: