I am looking for a way to convert an SDL2 scancode (e.g. 0x004 for A) into a PS/2 set 2 scancode (e.g. 0x01c for A). According to the SDL2 documentation, SDL uses USB scan codes:
The values in this enumeration are based on the USB usage page standard: http://www.usb.org/developers/docs/
The values in this enumeration are based on the USB usage page standard:
http://www.usb.org/developers/docs/
My hope is that this mapping from USB/SDL scan codes to PS/2 scan codes exists already and I don't have to manually do it in my code.
2.1m questions
2.1m answers
60 comments
57.0k users