mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-27 10:57:22 +08:00
Clarified that SDL scancodes are unaffected by keyboard layout
This commit is contained in:
@@ -33,6 +33,9 @@
|
|||||||
/**
|
/**
|
||||||
* The SDL keyboard scancode representation.
|
* The SDL keyboard scancode representation.
|
||||||
*
|
*
|
||||||
|
* An SDL scancode is the physical representation of a key on the keyboard,
|
||||||
|
* independent of language and keyboard mapping.
|
||||||
|
*
|
||||||
* Values of this type are used to represent keyboard keys, among other places
|
* Values of this type are used to represent keyboard keys, among other places
|
||||||
* in the \link SDL_Keysym::scancode key.keysym.scancode \endlink field of the
|
* in the \link SDL_Keysym::scancode key.keysym.scancode \endlink field of the
|
||||||
* SDL_Event structure.
|
* SDL_Event structure.
|
||||||
|
|||||||
Reference in New Issue
Block a user