Results 1 - 12 of 12 results out of about 6839 pages. (3.64 seconds)
- SDL_Keycode . . . 4 matches
- ...
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
= SDL_Keycode =
The SDL virtual key representation.
<<TableOfContents()>>
== Values ==
<<Include(SDL_ScancodeAndKeycode...
- SDL_ScancodeAndKeycode . . . 4 matches
- ...
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
= SDL_Scancode and SDL_Keycode =
Enumerations of the SDL physical (scancode) and virtual (keycode) key representations.
...
- CategoryKeyboard . . . 4 matches
- ...de/SDL_keyboard.h|SDL_keyboard.h]], [[http://hg.libsdl.org/SDL/file/default/include/SDL_keycode.h|SDL_keycode.h]], [[http://hg.libsdl.org/SDL/file/default/include/SDL_scancode.h|S...
- SDL_Keysym . . . 3 matches
- ...de]]||'''scancode'''||SDL physical key code; see [[SDL_Scancode]] for details||
||[[SDL_Keycode]]||'''sym'''||SDL virtual key code; see [[SDL_Keycode]] for details||
||Uint16||'''...
- SDL_GetScancodeFromKey . . . 3 matches
- ...OfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Scancode SDL_GetScancodeFromKey(SDL_Keycode key)
}}}
== Function Parameters ==
||'''key'''||the desired [[SDL_Keycode]] to que...
- SDL_GetKeyName . . . 3 matches
- ...
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
const char* SDL_GetKeyName(SDL_Keycode key)
}}}
== Function Parameters ==
||'''key'''||the desired [[SDL_Keycode]] to que...
- SDL_GetKeyFromScancode . . . 3 matches
- ...he current keyboard layout.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Keycode SDL_GetKeyFromScancode(SDL_Scancode scancode)
}}}
== Function Parameters ==
||'''s...
- StuartPBentley/CombinedKeyTable . . . 2 matches
- ...
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
= SDL_Scancode and SDL_Keycode =
The SDL physical and virtual key representations.
SDL_ScanCode values are used to repre...
- SGEnumerations . . . 2 matches
- ...is common for this section to be empty and removed from the page.||
''Example'': [[SDL_Keycode]], [[SDL_Scancode]]
~-[[#ToC|Return to Table of Contents]]-~
<<BR>>
<<BR>>
=== Re...
- SDL_Scancode . . . 2 matches
- ...e physical location of a keyboard key on the keyboard. This is correlated to the [[SDL_Keycode]] associated with that location to give a key press meaning.
/* These are used in ...
- CategoryEnum . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API Enumerations =
<<TableOfContents()>>
== Introduction ==
This category contain...
- 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...
