comparison include/SDL_events.h @ 4971:158bb5752974

Updated headers to match wiki documentation
author Sam Lantinga <slouken@libsdl.org>
date Wed, 12 Jan 2011 09:47:33 -0800
parents c24ba2cc9583
children 0a9a77f3d552
comparison
equal deleted inserted replaced
4970:b9eed029844a 4971:158bb5752974
64 /* Window events */ 64 /* Window events */
65 SDL_WINDOWEVENT = 0x200, /**< Window state change */ 65 SDL_WINDOWEVENT = 0x200, /**< Window state change */
66 SDL_SYSWMEVENT, /**< System specific event */ 66 SDL_SYSWMEVENT, /**< System specific event */
67 67
68 /* Keyboard events */ 68 /* Keyboard events */
69 SDL_KEYDOWN = 0x300, /**< Keys pressed */ 69 SDL_KEYDOWN = 0x300, /**< Key pressed */
70 SDL_KEYUP, /**< Keys released */ 70 SDL_KEYUP, /**< Key released */
71 SDL_TEXTEDITING, /**< Keyboard text editing (composition) */ 71 SDL_TEXTEDITING, /**< Keyboard text editing (composition) */
72 SDL_TEXTINPUT, /**< Keyboard text input */ 72 SDL_TEXTINPUT, /**< Keyboard text input */
73 73
74 /* Mouse events */ 74 /* Mouse events */
75 SDL_MOUSEMOTION = 0x400, /**< Mouse moved */ 75 SDL_MOUSEMOTION = 0x400, /**< Mouse moved */