|
Size: 211
Comment: 90ZK1W <a href="http://qwbjqteupudj.com/">qwbjqteupudj</a>, [url=http://jgypxsraowkc.com/]jgypxsraowkc[/url], [link=http://kgkbintgjouc.com/]kgkbintgjouc[/link], http://yfrgubpwwudn.com/
|
Size: 866
Comment: spam
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| 90ZK1W <a href="http://qwbjqteupudj.com/">qwbjqteupudj</a>, [url=http://jgypxsraowkc.com/]jgypxsraowkc[/url], [link=http://kgkbintgjouc.com/]kgkbintgjouc[/link], http://yfrgubpwwudn.com/ | #pragma section-numbers off #pragma disable-camelcase ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| = SDL_KeyboardEvent = A structure that contains keyboard button event ,,structure,, ^information^ (event.key.*). <<TableOfContents()>> == Data Fields == ||Uint8||'''type'''||SDL_KEYDOWN or SDL_KEYUP|| ||Uint32||'''windowID'''||the window with keyboard focus, if any|| ||Uint8||'''which'''||the keyboard device index|| ||Uint8||'''state'''||SDL_PRESSED or SDL_RELEASED|| ||[[SDL_keysym]]||'''keysym'''||the key that was pressed or released|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Enumerations == .[[SDL_EventType]]??? == Related Structures == .[[SDL_keysym]]??? == Related Functions == |
| Line 3: | Line 34: |
| CategoryAtomic | [[CategoryStruct]] |
DRAFT |
SDL_KeyboardEvent
A structure that contains keyboard button event structure information (event.key.*).
Contents
Data Fields
Uint8 |
type |
SDL_KEYDOWN or SDL_KEYUP |
Uint32 |
windowID |
the window with keyboard focus, if any |
Uint8 |
which |
the keyboard device index |
Uint8 |
state |
SDL_PRESSED or SDL_RELEASED |
keysym |
the key that was pressed or released |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Enumerations
Related Structures
SDL_keysym???
