Mercurial > sdl-ios-xcode
comparison src/video/ataricommon/SDL_atarikeys.h @ 1895:c121d94672cb
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 10 Jul 2006 21:04:37 +0000 |
parents | c9b51268668f |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
1894:c69cee13dd76 | 1895:c121d94672cb |
---|---|
25 * | 25 * |
26 * Patrice Mandin | 26 * Patrice Mandin |
27 */ | 27 */ |
28 | 28 |
29 #ifndef _SDL_ATARIKEYS_H_ | 29 #ifndef _SDL_ATARIKEYS_H_ |
30 #define _SDL_ATARIKEYS_H_ | 30 #define _SDL_ATARIKEYS_H_ |
31 | 31 |
32 /* --- Keyboard scancodes --- */ | 32 /* --- Keyboard scancodes --- */ |
33 /* taken from svgalib/vgakeyboard.h */ | 33 /* taken from svgalib/vgakeyboard.h */ |
34 | 34 |
35 #define SCANCODE_ESCAPE 0x01 | 35 #define SCANCODE_ESCAPE 0x01 |
136 #define SCANCODE_DOWN 0x50 | 136 #define SCANCODE_DOWN 0x50 |
137 #define SCANCODE_RIGHT 0x4d | 137 #define SCANCODE_RIGHT 0x4d |
138 #define SCANCODE_LEFT 0x4b | 138 #define SCANCODE_LEFT 0x4b |
139 | 139 |
140 #endif /* _SDL_ATARIKEYS_H_ */ | 140 #endif /* _SDL_ATARIKEYS_H_ */ |
141 /* vi: set ts=4 sw=4 expandtab: */ |