Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 4753:11b0a6a3eb4d
Changed Start/StopTextInput back to not take any parameters.
We call SDL_GetKeyboardFocus internally now.
author | dewyatt |
---|---|
date | Mon, 12 Jul 2010 14:17:43 -0400 |
parents | f3908cd80b10 |
children | 436183eb30c8 |
comparison
equal
deleted
inserted
replaced
4752:dc7bdcf06367 | 4753:11b0a6a3eb4d |
---|---|
297 | 297 |
298 /* Suspend the screensaver */ | 298 /* Suspend the screensaver */ |
299 void (*SuspendScreenSaver) (_THIS); | 299 void (*SuspendScreenSaver) (_THIS); |
300 | 300 |
301 /* Text input */ | 301 /* Text input */ |
302 void (*StartTextInput) (_THIS, SDL_Window *window); | 302 void (*StartTextInput) (_THIS); |
303 void (*StopTextInput) (_THIS, SDL_Window *window); | 303 void (*StopTextInput) (_THIS); |
304 void (*SetTextInputRect) (_THIS, SDL_Rect *rect); | 304 void (*SetTextInputRect) (_THIS, SDL_Rect *rect); |
305 | 305 |
306 /* * * */ | 306 /* * * */ |
307 /* Data common to all drivers */ | 307 /* Data common to all drivers */ |
308 SDL_bool suspend_screensaver; | 308 SDL_bool suspend_screensaver; |