Results 1 - 17 of 17 results out of about 6839 pages. (3.98 seconds)
- SDL_ScancodeAndKeycode . . . 248 matches
- ...
||<tablewidth="100%" style="color: #FF0000;" :> DRAFT||
= SDL_Scancode and SDL_Keycode =
Enumerations of the SDL physical (scancode) and virtual (keycode) key representations.
<...
- StuartPBentley/CombinedKeyTable . . . 10 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 repres...
- CategoryKeyboard . . . 8 matches
- ...lude/SDL_keycode.h|SDL_keycode.h]], [[http://hg.libsdl.org/SDL/file/default/include/SDL_scancode.h|SDL_scancode.h]]
<<TableOfContents()>>
== Introduction ==
This category conta...
- SDL_GetScancodeName . . . 7 matches
- ...ableOfContents()>>
== Syntax ==
{{{#!highlight cpp
const char* SDL_GetScancodeName(SDL_Scancode scancode)
}}}
== Function Parameters ==
||'''scancode'''||the desired [[SDL_Scanco...
- SDL_Keycode . . . 5 matches
- ...
The SDL virtual key representation.
<<TableOfContents()>>
== Values ==
<<Include(SDL_ScancodeAndKeycode, , , from="##Start include here.", to="##End include here.")>>
== Code E...
- SDL_GetKeyboardState . . . 4 matches
- ... a value of 0 means that it is not. Indexes into this array are obtained by using [[SDL_Scancode]] values. The pointer returned is a pointer to an internal SDL array. It will be va...
- MigrationGuide . . . 4 matches
- ... keys to the right of CAPS LOCK on a US QWERTY keyboard, it'll report a scancode of SDL_SCANCODE_S and a keycode of SDLK_S. The same key on a Dvorak keyboard, will report a scancod...
- GuiaDeMigracion . . . 4 matches
- ...e la tecla CAPS LOCK en un teclado QWERTY americano, se reportará como el scancode `SDL_SCANCODE_S` y el kaycode `SDLK_S`. La misma tecla en un teclado Dvorak será reportada como e...
- SDL_Keysym . . . 3 matches
- ...s key information used in key events.
<<TableOfContents()>>
== Data Fields ==
||[[SDL_Scancode]]||'''scancode'''||SDL physical key code; see [[SDL_Scancode]] for details||
||[[SD...
- SDL_GetScancodeFromName . . . 3 matches
- ...from a human-readable name.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Scancode SDL_GetScancodeFromName(const char* name)
}}}
== Function Parameters ==
||'''name'...
- SDL_GetScancodeFromKey . . . 3 matches
- ...he current keyboard layout.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Scancode SDL_GetScancodeFromKey(SDL_Keycode key)
}}}
== Function Parameters ==
||'''key'''|...
- SDL_GetKeyFromScancode . . . 3 matches
- ...eOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Keycode SDL_GetKeyFromScancode(SDL_Scancode scancode)
}}}
== Function Parameters ==
||'''scancode'''||the desired [[SDL_Scanco...
- SGEnumerations . . . 2 matches
- ...s section to be empty and removed from the page.||
''Example'': [[SDL_Keycode]], [[SDL_Scancode]]
~-[[#ToC|Return to Table of Contents]]-~
<<BR>>
<<BR>>
=== Related Structures =...
- SDL_GetKeyName . . . 1 match
- ...s ==
{{{#!highlight cpp
You can add your code example here
}}}
== Remarks ==
See [[SDL_Scancode]] and [[SDL_Keycode]] for details.
== Related Functions ==
.[[SDL_GetKeyFromName]...
- SDLKeycodeLookup . . . 1 match
- ...n parentheses. Keycodes without character representations are determined by their [[SDL_Scancode|scancode]] bitwise OR-ed with `1<<30` (0x40000000).
||<bgcolor="#EDEDED">''Decimal...
- 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...
