comparison src/video/ataricommon/SDL_atarievents_c.h @ 2043:adf732f1f016

Formatting update
author Sam Lantinga <slouken@libsdl.org>
date Sun, 24 Sep 2006 15:56:55 +0000
parents ddf89133aebc
children 99210400e8b9
comparison
equal deleted inserted replaced
2042:3908e1f808e1 2043:adf732f1f016
34 34
35 #define ATARIBIOS_MAXKEYS 128 35 #define ATARIBIOS_MAXKEYS 128
36 36
37 /* Special keys state */ 37 /* Special keys state */
38 #ifndef K_RSHIFT 38 #ifndef K_RSHIFT
39 enum { 39 enum
40 K_RSHIFT=0, 40 {
41 K_RSHIFT = 0,
41 K_LSHIFT, 42 K_LSHIFT,
42 K_CTRL, 43 K_CTRL,
43 K_ALT, 44 K_ALT,
44 K_CAPSLOCK, 45 K_CAPSLOCK,
45 K_CLRHOME, 46 K_CLRHOME,
53 54
54 extern void SDL_Atari_InitInternalKeymap(_THIS); 55 extern void SDL_Atari_InitInternalKeymap(_THIS);
55 56
56 /* Atari to Unicode charset translation table */ 57 /* Atari to Unicode charset translation table */
57 extern Uint16 SDL_AtariToUnicodeTable[256]; 58 extern Uint16 SDL_AtariToUnicodeTable[256];
58 SDL_keysym *SDL_Atari_TranslateKey(int scancode, SDL_keysym *keysym, 59 SDL_keysym *SDL_Atari_TranslateKey(int scancode, SDL_keysym * keysym,
59 SDL_bool pressed); 60 SDL_bool pressed);
60 61
61 #endif /* _SDL_ATARI_EVENTS_H_ */ 62 #endif /* _SDL_ATARI_EVENTS_H_ */
62 /* vi: set ts=4 sw=4 expandtab: */ 63 /* vi: set ts=4 sw=4 expandtab: */