Skip to content

Commit 829206d

Browse files
Update header comment
1 parent fb067a8 commit 829206d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

units/sdlkeycode.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
* layout of the keyboard. These values include Unicode values representing
88
* the unmodified character that would be generated by pressing the key, or
99
* an SDLK_* constant for those keys that do not generate characters.
10+
*
11+
* A special exception is the number keys at the top of the keyboard which
12+
* always map to SDLK_0...SDLK_9, regardless of layout.
1013
*}
1114
type
1215
PSDL_KeyCode = ^TSDL_KeyCode;

0 commit comments

Comments
 (0)