Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402704
This commit is contained in:
parent
6f2082d584
commit
e558eee568
13 changed files with 1484 additions and 105 deletions
|
@ -185,7 +185,10 @@ struct SDL_SysWMinfo;
|
|||
#define SDLK_SCROLLOCK SDLK_SCROLLLOCK
|
||||
#define SDLK_PRINT SDLK_PRINTSCREEN
|
||||
|
||||
/* These key constants are obsoleted the new keyboard handling, their definitions here correspond to how they appear on a US keyboard. */
|
||||
/* These key constants are obsoleted by the new keyboard handling,
|
||||
their definitions here correspond to how they appear on a US
|
||||
keyboard. */
|
||||
|
||||
#define SDLK_EXCLAIM SDLK_1
|
||||
#define SDLK_QUOTEDBL SDLK_APOSTROPHE
|
||||
#define SDLK_HASH SDLK_3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue