equal
deleted
inserted
replaced
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. |
101 * |
101 * |
102 * \sa SDL_SetRelativeMouseMode() |
102 * \sa SDL_SetRelativeMouseMode() |
103 */ |
103 */ |
104 extern DECLSPEC SDL_bool SDLCALL SDL_GetRelativeMouseMode(); |
104 extern DECLSPEC SDL_bool SDLCALL SDL_GetRelativeMouseMode(void); |
105 |
105 |
106 /** |
106 /** |
107 * \fn Uint8 SDL_GetMouseState(int *x, int *y) |
107 * \fn Uint8 SDL_GetMouseState(int *x, int *y) |
108 * |
108 * |
109 * \brief Retrieve the current state of the currently selected mouse. |
109 * \brief Retrieve the current state of the currently selected mouse. |