MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / AS_GetCodeForKey

Function AS_GetCodeForKey

Source/Scripting/angelscript/asfuncs.cpp:355–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355static int AS_GetCodeForKey(std::string name) {
356 return StringToSDLScancode(name);
357}
358
359static std::string AS_GetLocaleStringForScancode(int scancode) {
360 return SDLLocaleAdjustedStringFromScancode((SDL_Scancode)scancode);

Callers

nothing calls this directly

Calls 1

StringToSDLScancodeFunction · 0.85

Tested by

no test coverage detected