I transcribed these from SDL_keysym.h, enjoy. Please apply this patch into the code as it's a feature of SDL missing from cl-sdl. This will allow you to write (= key sdl:+k-esc+) instead of (= key (char-code #\Esc)), for example. Thank you.
symbolic names for key scancodes returned from key-down event
bad example, it's actually sdl:+k-escape+ as I have written the patch.
Log in to post a comment.
symbolic names for key scancodes returned from key-down event
bad example, it's actually sdl:+k-escape+ as I have written the patch.