Open arthurlutz opened 3 years ago
Nice! 😄
SDLK_*
constant values which can be found here: https://github.com/libsdl-org/SDL/blob/main/include/SDL_keycode.hOn the command line the keymap is specified by passing a comma-separated list of, maximum 6, integers to the -k
switch. The code could be improved to accept scancode symbol names instead of integers.
I'm happy to have sim-arduboy compiling and running on the gameshell clockworkpi https://www.clockworkpi.com/ (running debian bullseye). Thanks for working and publishing this piece of software !
Here is a video of it running : https://imgur.com/nkUQkeS
It has some glitches I need to investigate (gets stuck from time to time).
Could you give me an example keymap, it seems to be an undocumented feature (sorry if I missed the docs...).