Mercurial > sdl-ios-xcode
diff include/SDL_mouse.h @ 3764:2970fcfbdd54 gsoc2008_manymouse
Relative mode for tablets. Info on wiki.
author | Szymon Wilczek <kazeuser@gmail.com> |
---|---|
date | Thu, 03 Jul 2008 22:03:58 +0000 |
parents | 64f346a83ed3 |
children | 8b5b67000dc0 |
line wrap: on
line diff
--- a/include/SDL_mouse.h Wed Jul 02 20:29:29 2008 +0000 +++ b/include/SDL_mouse.h Thu Jul 03 22:03:58 2008 +0000 @@ -92,7 +92,7 @@ * * \sa SDL_GetRelativeMouseMode() */ -extern DECLSPEC int SDLCALL SDL_SetRelativeMouseMode(SDL_bool enabled); +extern DECLSPEC int SDLCALL SDL_SetRelativeMouseMode(SDL_bool enabled, int index); /** * \fn SDL_bool SDL_GetRelativeMouseMode()