Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 4750:22aa6a631d34
Changed StartTextInput to take an SDL_Window parameter.
author | dewyatt |
---|---|
date | Thu, 08 Jul 2010 01:35:47 -0400 |
parents | 791b3256fb22 |
children | f3908cd80b10 |
comparison
equal
deleted
inserted
replaced
4749:0fa503d49cb4 | 4750:22aa6a631d34 |
---|---|
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); | 302 void (*StartTextInput) (_THIS, SDL_Window *window); |
303 void (*StopTextInput) (_THIS); | 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 */ |