diff options
Diffstat (limited to 'source/key_public.h')
-rw-r--r-- | source/key_public.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/key_public.h b/source/key_public.h index 992f9b7..e308b6c 100644 --- a/source/key_public.h +++ b/source/key_public.h @@ -81,6 +81,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define K_KP_PLUS 174 #define K_KP_MULTIPLY 175 +#define K_LALT 180 +#define K_RALT 181 +#define K_LCTRL 182 +#define K_RCTRL 183 +#define K_LSHIFT 184 +#define K_RSHIFT 185 + // // joystick buttons |