Mercurial > sdl-ios-xcode
comparison include/SDL_video.h @ 2131:55c7932d1fdb
Added a WindowID to the user event and cleaned up a little bit of formating
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Wed, 20 Jun 2007 00:01:04 +0000 |
parents | 2c835d58faad |
children | b03710fb0333 |
comparison
equal
deleted
inserted
replaced
2130:3ee59c43d784 | 2131:55c7932d1fdb |
---|---|
158 SDL_WINDOWEVENT_RESTORED, /**< Window has been restored to normal size and position */ | 158 SDL_WINDOWEVENT_RESTORED, /**< Window has been restored to normal size and position */ |
159 SDL_WINDOWEVENT_ENTER, /**< The window has gained mouse focus */ | 159 SDL_WINDOWEVENT_ENTER, /**< The window has gained mouse focus */ |
160 SDL_WINDOWEVENT_LEAVE, /**< The window has lost mouse focus */ | 160 SDL_WINDOWEVENT_LEAVE, /**< The window has lost mouse focus */ |
161 SDL_WINDOWEVENT_FOCUS_GAINED, /**< The window has gained keyboard focus */ | 161 SDL_WINDOWEVENT_FOCUS_GAINED, /**< The window has gained keyboard focus */ |
162 SDL_WINDOWEVENT_FOCUS_LOST, /**< The window has lost keyboard focus */ | 162 SDL_WINDOWEVENT_FOCUS_LOST, /**< The window has lost keyboard focus */ |
163 SDL_WINDOWEVENT_CLOSE, /**< The window manager requests that the window be closed */ | 163 SDL_WINDOWEVENT_CLOSE, /**< The window manager requests that the window be closed */ |
164 } SDL_WindowEventID; | 164 } SDL_WindowEventID; |
165 | 165 |
166 /** | 166 /** |
167 * \enum SDL_RendererFlags | 167 * \enum SDL_RendererFlags |
168 * | 168 * |