include: More improved docs for the wikibridge!
This commit is contained in:
parent
5a58b3d97a
commit
407e54e188
4 changed files with 65 additions and 6 deletions
|
@ -37,10 +37,17 @@
|
|||
* Values of this type are used to represent keyboard keys using the current
|
||||
* layout of the keyboard. These values include Unicode values representing
|
||||
* the unmodified character that would be generated by pressing the key, or
|
||||
* an SDLK_* constant for those keys that do not generate characters.
|
||||
* an `SDLK_*` constant for those keys that do not generate characters.
|
||||
*
|
||||
* A special exception is the number keys at the top of the keyboard which
|
||||
* map to SDLK_0...SDLK_9 on AZERTY layouts.
|
||||
*
|
||||
* The list of `SDLK_*` values are in SDL_KeyCode, which is an enum, while
|
||||
* SDL_Keycode is an integer.
|
||||
*
|
||||
* \since This datatype is available since SDL 3.0.0.
|
||||
*
|
||||
* \sa SDL_KeyCode
|
||||
*/
|
||||
typedef Sint32 SDL_Keycode;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue