Results 1 - 9 of 9 results out of about 6837 pages. (4.57 seconds)
- StuartPBentley/CombinedKeyTable . . . 2 matches
- ...g remapped and prints what the remapping is
if(event->key.keysym.scancode != SDL_GetScancodeFromKey(event->key.keysym.sym))
printf("Physical %s key acting as %s key",
S...
- SDL_ScancodeAndKeycode . . . 2 matches
- ...g remapped and prints what the remapping is
if(event->key.keysym.scancode != SDL_GetScancodeFromKey(event->key.keysym.sym))
printf("Physical %s key acting as %s key",
S...
- SDL_Scancode . . . 2 matches
- ...mapped and prints what the remapping is */
if (event->key.keysym.scancode != SDL_GetScancodeFromKey(event->key.keysym.sym)) {
SDL_Log("Physical %s key acting as %s key",
...
- SDL_Keycode . . . 2 matches
- ...g remapped and prints what the remapping is
if(event->key.keysym.scancode != SDL_GetScancodeFromKey(event->key.keysym.sym))
printf("Physical %s key acting as %s key",
S...
- SDL_GetScancodeName . . . 1 match
- ...rsion ==
This function is available since SDL 2.0.0.
== Related Functions ==
.[[SDL_GetScancodeFromKey]]
.[[SDL_GetScancodeFromName]]
----
[[CategoryAPI]], [[CategoryKeyboard]]...
- SDL_GetScancodeFromName . . . 1 match
- ...n is available since SDL 2.0.0.
== Related Functions ==
.[[SDL_GetKeyFromName]]
.[[SDL_GetScancodeFromKey]]
.[[SDL_GetScancodeName]]
----
[[CategoryAPI]], [[CategoryKeyboard]]...
- SDL_GetKeyName . . . 1 match
- ...[[SDL_Keycode]] for details.
== Related Functions ==
.[[SDL_GetKeyFromName]]
.[[SDL_GetKeyFromScancode]]
.[[SDL_GetScancodeFromKey]]
----
[[CategoryAPI]], [[CategoryKeyboard]]...
- SDL_GetKeyFromScancode . . . 1 match
- ...mple here
}}}
== Remarks ==
See [[SDL_Keycode]] for details.
== Related Functions ==
.[[SDL_GetKeyName]]
.[[SDL_GetScancodeFromKey]]
----
[[CategoryAPI]], [[CategoryKeyboard]]...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
