Mercurial > sdl-ios-xcode
comparison include/SDL_mouse.h @ 2242:313112f9ac5c
Date: Wed, 15 Aug 2007 01:08:38 +0200
From: Couriersud
Subject: Some SDL1.3 patches
fixed a compiler warning
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 15 Aug 2007 03:20:55 +0000 |
parents | c121d94672cb |
children | 545fbf461c5b |
comparison
equal
deleted
inserted
replaced
2241:4932f192c565 | 2242:313112f9ac5c |
---|---|
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. |