comparison include/SDL_video.h @ 4465:3e69e077cb95

Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API. Plus, this lets me start implementing cursor support.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 09 May 2010 20:47:22 -0700
parents f7b03b6838cb
children 844b5ef4b149
comparison
equal deleted inserted replaced
4464:fa77a6429698 4465:3e69e077cb95
86 * \sa SDL_SetWindowPosition() 86 * \sa SDL_SetWindowPosition()
87 * \sa SDL_SetWindowSize() 87 * \sa SDL_SetWindowSize()
88 * \sa SDL_SetWindowTitle() 88 * \sa SDL_SetWindowTitle()
89 * \sa SDL_ShowWindow() 89 * \sa SDL_ShowWindow()
90 */ 90 */
91 struct SDL_Window;
92 typedef struct SDL_Window SDL_Window; 91 typedef struct SDL_Window SDL_Window;
93 92
94 /** 93 /**
95 * \brief The flags on a window 94 * \brief The flags on a window
96 * 95 *