| SDL_GetScancodeFromKey(3) | SDL3 FUNCTIONS | SDL_GetScancodeFromKey(3) |
SDL_GetScancodeFromKey - Get the scancode corresponding to the given key code according to the current keyboard layout.
Defined in SDL3/SDL_keyboard.h
#include "SDL3/SDL.h"
SDL_Scancode SDL_GetScancodeFromKey(SDL_Keycode key, SDL_Keymod *modstate);
Note that there may be multiple scancode+modifier states that can generate this keycode, this will just return the first one found.
( SDL_Scancode ) Returns the SDL_Scancode
that corresponds to the given SDL_Keycode .
This function is not thread safe.
This function is available since SDL 3.2.0.
•(3), SDL_GetKeyFromScancode(3), •(3), SDL_GetScancodeName(3)
| SDL 3.2.10 | Simple Directmedia Layer |