Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
3763:81ea7d9a6624 | 3764:2970fcfbdd54 |
---|---|
90 * | 90 * |
91 * \note This function will flush any pending mouse motion. | 91 * \note This function will flush any pending mouse motion. |
92 * | 92 * |
93 * \sa SDL_GetRelativeMouseMode() | 93 * \sa SDL_GetRelativeMouseMode() |
94 */ | 94 */ |
95 extern DECLSPEC int SDLCALL SDL_SetRelativeMouseMode(SDL_bool enabled); | 95 extern DECLSPEC int SDLCALL SDL_SetRelativeMouseMode(SDL_bool enabled, int index); |
96 | 96 |
97 /** | 97 /** |
98 * \fn SDL_bool SDL_GetRelativeMouseMode() | 98 * \fn SDL_bool SDL_GetRelativeMouseMode() |
99 * | 99 * |
100 * \brief Query whether relative mouse mode is enabled for the currently selected mouse. | 100 * \brief Query whether relative mouse mode is enabled for the currently selected mouse. |