Added the Undo key for the Atari keyboard

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40185
This commit is contained in:
Sam Lantinga 2001-09-14 04:33:01 +00:00
parent a3748febb8
commit 3ed3b9a257
2 changed files with 2 additions and 0 deletions

View file

@ -284,6 +284,7 @@ typedef enum {
SDLK_MENU = 319,
SDLK_POWER = 320, /* Power Macintosh power key */
SDLK_EURO = 321, /* Some european keyboards */
SDLK_UNDO = 322, /* Atari keyboard has Undo */
/* Add any other keys here */