#pragma section-numbers off #pragma camelcase off || DRAFT|| = SDL_GetKeyFromName = Use this function to get a key code from a human-readable name. <> == Syntax == {{{#!highlight cpp SDL_Keycode SDL_GetKeyFromName(const char* name) }}} == Function Parameters == ||'''name'''||the human-readable key name|| == Return Value == Returns key code, or SDLK_UNKNOWN if the name wasn't recognized; call [[SDL_GetError]]() for more information. /* <> */ == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_GetKeyFromScancode]] .[[SDL_GetKeyName]] .[[SDL_GetScancodeFromName]] ---- [[CategoryAPI]], [[CategoryKeyboard]]