Mercurial > sdl-ios-xcode
comparison include/SDL_keyboard.h @ 4751:f3908cd80b10
Changed StopTextInput to take an SDL_Window parameter.
author | dewyatt |
---|---|
date | Sat, 10 Jul 2010 13:15:47 -0400 |
parents | 22aa6a631d34 |
children | 11b0a6a3eb4d |
comparison
equal
deleted
inserted
replaced
4750:22aa6a631d34 | 4751:f3908cd80b10 |
---|---|
145 /** | 145 /** |
146 * \brief Stop receiving any text input events. | 146 * \brief Stop receiving any text input events. |
147 * | 147 * |
148 * \sa SDL_StartTextInput() | 148 * \sa SDL_StartTextInput() |
149 */ | 149 */ |
150 extern DECLSPEC void SDLCALL SDL_StopTextInput(void); | 150 extern DECLSPEC void SDLCALL SDL_StopTextInput(SDL_Window *window); |
151 | 151 |
152 /** | 152 /** |
153 * \brief Set the rectangle used to type Unicode text inputs. | 153 * \brief Set the rectangle used to type Unicode text inputs. |
154 * | 154 * |
155 * \sa SDL_StartTextInput() | 155 * \sa SDL_StartTextInput() |