Convert platform dependent keycode to SDL Keycode/Scancodethrough an API · Issue #13041 · libsdl-org/SDL · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting current platform's keycodes for my own reasons (via RawInput, LibInput, etc) and I would like to map them to a common keycode values, which SDL already maintains. It would be nice to at least have some way to convert them to SDL equivalents.