comparison src/video/ataricommon/SDL_atarievents_c.h @ 1221:8ef3e7e92a91

Use a simple table for Unicode translation
author Patrice Mandin <patmandin@gmail.com>
date Mon, 02 Jan 2006 19:49:21 +0000
parents a55ac374271c
children c9b51268668f
comparison
equal deleted inserted replaced
1220:ca2f0da7b708 1221:8ef3e7e92a91
42 extern void (*Atari_ShutdownEvents)(void); 42 extern void (*Atari_ShutdownEvents)(void);
43 43
44 extern void Atari_InitOSKeymap(_THIS); 44 extern void Atari_InitOSKeymap(_THIS);
45 extern void Atari_PumpEvents(_THIS); 45 extern void Atari_PumpEvents(_THIS);
46 46
47 extern Uint16 SDL_AtariToUnicode(Uint8 caracter); 47 /* Atari to Unicode charset translation table */
48 extern Uint16 SDL_AtariToUnicodeTable[256];
48 49
49 #endif /* _SDL_ATARI_EVENTS_H_ */ 50 #endif /* _SDL_ATARI_EVENTS_H_ */