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:
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.
question from:https://stackoverflow.com/questions/66062011/convert-sdl2-scancode-to-ps-2-scancode