Mercurial > sdl-ios-xcode
diff include/SDL_events.h @ 1957:c7803e4c21d3
Implemented Cocoa mouse wheel events
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 29 Jul 2006 22:42:48 +0000 |
parents | 051df511279c |
children | 55c7932d1fdb |
line wrap: on
line diff
--- a/include/SDL_events.h Sat Jul 29 21:51:00 2006 +0000 +++ b/include/SDL_events.h Sat Jul 29 22:42:48 2006 +0000 @@ -60,11 +60,11 @@ SDL_WINDOWEVENT, /**< Window state change */ SDL_KEYDOWN, /**< Keys pressed */ SDL_KEYUP, /**< Keys released */ - SDL_TEXTINPUT, /**< Keyboard text input */ + SDL_TEXTINPUT, /**< Keyboard text input */ SDL_MOUSEMOTION, /**< Mouse moved */ SDL_MOUSEBUTTONDOWN, /**< Mouse button pressed */ SDL_MOUSEBUTTONUP, /**< Mouse button released */ - SDL_MOUSEWHEEL, /**< Mouse wheel motion */ + SDL_MOUSEWHEEL, /**< Mouse wheel motion */ SDL_JOYAXISMOTION, /**< Joystick axis motion */ SDL_JOYBALLMOTION, /**< Joystick trackball motion */ SDL_JOYHATMOTION, /**< Joystick hat position change */