Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 3130:fef1a835af43 gsoc2009_IME
Basic text input API
author | Jiang Jiang <gzjjgod@gmail.com> |
---|---|
date | Fri, 26 Jun 2009 10:37:57 +0000 |
parents | 7dc982143c06 |
children | f4e553ec6a62 |
comparison
equal
deleted
inserted
replaced
3129:e42873b9c6f1 | 3130:fef1a835af43 |
---|---|
275 void (*PumpEvents) (_THIS); | 275 void (*PumpEvents) (_THIS); |
276 | 276 |
277 /* Suspend the screensaver */ | 277 /* Suspend the screensaver */ |
278 void (*SuspendScreenSaver) (_THIS); | 278 void (*SuspendScreenSaver) (_THIS); |
279 | 279 |
280 /* Text input */ | |
281 void (*StartTextInput) (_THIS, SDL_Rect *rect); | |
282 | |
280 /* * * */ | 283 /* * * */ |
281 /* Data common to all drivers */ | 284 /* Data common to all drivers */ |
282 SDL_bool suspend_screensaver; | 285 SDL_bool suspend_screensaver; |
283 int num_displays; | 286 int num_displays; |
284 SDL_VideoDisplay *displays; | 287 SDL_VideoDisplay *displays; |