Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/src/video/ataricommon/SDL_atarievents_c.h Sun Sep 24 15:56:36 2006 +0000 +++ b/src/video/ataricommon/SDL_atarievents_c.h Sun Sep 24 15:56:55 2006 +0000 @@ -36,8 +36,9 @@ /* Special keys state */ #ifndef K_RSHIFT -enum { - K_RSHIFT=0, +enum +{ + K_RSHIFT = 0, K_LSHIFT, K_CTRL, K_ALT, @@ -55,8 +56,8 @@ /* Atari to Unicode charset translation table */ extern Uint16 SDL_AtariToUnicodeTable[256]; -SDL_keysym *SDL_Atari_TranslateKey(int scancode, SDL_keysym *keysym, - SDL_bool pressed); +SDL_keysym *SDL_Atari_TranslateKey(int scancode, SDL_keysym * keysym, + SDL_bool pressed); #endif /* _SDL_ATARI_EVENTS_H_ */ /* vi: set ts=4 sw=4 expandtab: */