~vcs-imports/libsdl/trunk

« back to all changes in this revision

Viewing changes to include/SDL_video.h

  • Committer: slouken
  • Date: 2010-01-22 06:50:17 UTC
  • Revision ID: svn-v4:c70aab31-4412-0410-b14c-859654838e24:trunk/SDL:5531
Documentation consistency

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
    SDL_WINDOWEVENT_MAXIMIZED,      /**< Window has been maximized */
139
139
    SDL_WINDOWEVENT_RESTORED,       /**< Window has been restored to normal size
140
140
                                         and position */
141
 
    SDL_WINDOWEVENT_ENTER,          /**< The window has gained mouse focus */
142
 
    SDL_WINDOWEVENT_LEAVE,          /**< The window has lost mouse focus */
143
 
    SDL_WINDOWEVENT_FOCUS_GAINED,   /**< The window has gained keyboard focus */
144
 
    SDL_WINDOWEVENT_FOCUS_LOST,     /**< The window has lost keyboard focus */
 
141
    SDL_WINDOWEVENT_ENTER,          /**< Window has gained mouse focus */
 
142
    SDL_WINDOWEVENT_LEAVE,          /**< Window has lost mouse focus */
 
143
    SDL_WINDOWEVENT_FOCUS_GAINED,   /**< Window has gained keyboard focus */
 
144
    SDL_WINDOWEVENT_FOCUS_LOST,     /**< Window has lost keyboard focus */
145
145
    SDL_WINDOWEVENT_CLOSE           /**< The window manager requests that the 
146
146
                                         window be closed */
147
147
} SDL_WindowEventID;