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.
Any ideas? maybe run the example into another thread?
I can replay the problem and provide additional info.