branch | gsoc2008_manymouse |
changeset 3764 | 2970fcfbdd54 |
parent 3760 | 64f346a83ed3 |
child 3774 | 8b5b67000dc0 |
1.1 --- a/include/SDL_mouse.h Wed Jul 02 20:29:29 2008 +0000 1.2 +++ b/include/SDL_mouse.h Thu Jul 03 22:03:58 2008 +0000 1.3 @@ -92,7 +92,7 @@ 1.4 * 1.5 * \sa SDL_GetRelativeMouseMode() 1.6 */ 1.7 -extern DECLSPEC int SDLCALL SDL_SetRelativeMouseMode(SDL_bool enabled); 1.8 +extern DECLSPEC int SDLCALL SDL_SetRelativeMouseMode(SDL_bool enabled, int index); 1.9 1.10 /** 1.11 * \fn SDL_bool SDL_GetRelativeMouseMode()