Wiki Page Content

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. <...

21.3k - rev: 14 (current) last modified: 2016-06-10 19:52:22

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...

20.0k - rev: 7 (current) last modified: 2011-02-08 01:10:25

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...

2.7k - rev: 21 (current) last modified: 2018-07-26 23:26:54

SDL_GetScancodeName . . . 7 matches
...ableOfContents()>> == Syntax == {{{#!highlight cpp const char* SDL_GetScancodeName(SDL_Scancode scancode) }}} == Function Parameters == ||'''scancode'''||the desired [[SDL_Scanco...

1.4k - rev: 18 (current) last modified: 2016-10-21 22:04:39

SDL_Keycode . . . 5 matches
... The SDL virtual key representation. <<TableOfContents()>> == Values == <<Include(SDL_ScancodeAndKeycode, , , from="##Start include here.", to="##End include here.")>> == Code E...

2.0k - rev: 30 (current) last modified: 2013-09-01 18:33:04

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...

1.5k - rev: 14 (current) last modified: 2013-12-07 14:28:51

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...

33.7k - rev: 75 (current) last modified: 2017-07-15 21:53:17

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...

35.5k - rev: 12 (current) last modified: 2020-12-29 18:08:27

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...

0.9k - rev: 12 (current) last modified: 2013-09-05 20:01:04

SDL_GetScancodeFromName . . . 3 matches
...from a human-readable name. <<TableOfContents()>> == Syntax == {{{#!highlight cpp SDL_Scancode SDL_GetScancodeFromName(const char* name) }}} == Function Parameters == ||'''name'...

0.9k - rev: 8 (current) last modified: 2016-10-20 20:57:25

SDL_GetScancodeFromKey . . . 3 matches
...he current keyboard layout. <<TableOfContents()>> == Syntax == {{{#!highlight cpp SDL_Scancode SDL_GetScancodeFromKey(SDL_Keycode key) }}} == Function Parameters == ||'''key'''|...

0.8k - rev: 8 (current) last modified: 2015-05-31 19:43:23

SDL_GetKeyFromScancode . . . 3 matches
...eOfContents()>> == Syntax == {{{#!highlight cpp SDL_Keycode SDL_GetKeyFromScancode(SDL_Scancode scancode) }}} == Function Parameters == ||'''scancode'''||the desired [[SDL_Scanco...

0.8k - rev: 6 (current) last modified: 2015-05-31 19:44:04

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 =...

25.3k - rev: 8 (current) last modified: 2012-01-06 00:09:48

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]...

1.0k - rev: 10 (current) last modified: 2016-04-10 22:13:40

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...

9.2k - rev: 11 (current) last modified: 2016-04-15 22:03:57

CategoryEnum . . . 1 match
...##master-page:CategoryTemplate ##master-date:Unknown-Date #format wiki #language en = SDL 2.0 API Enumerations = <<TableOfContents()>> == Introduction == This category contain...

0.3k - rev: 7 (current) last modified: 2014-12-27 12:57:05

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...

0.5k - rev: 19 (current) last modified: 2013-08-10 05:04:50

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit