| 353 | } |
| 354 | |
| 355 | static int AS_GetCodeForKey(std::string name) { |
| 356 | return StringToSDLScancode(name); |
| 357 | } |
| 358 | |
| 359 | static std::string AS_GetLocaleStringForScancode(int scancode) { |
| 360 | return SDLLocaleAdjustedStringFromScancode((SDL_Scancode)scancode); |
nothing calls this directly
no test coverage detected