Mercurial > sdl-ios-xcode
diff src/video/cocoa/SDL_cocoavideo.m @ 3130:fef1a835af43 gsoc2009_IME
Basic text input API
author | Jiang Jiang <gzjjgod@gmail.com> |
---|---|
date | Fri, 26 Jun 2009 10:37:57 +0000 |
parents | 089a77aebb7d |
children | f4e553ec6a62 |
line wrap: on
line diff
--- a/src/video/cocoa/SDL_cocoavideo.m Sun May 31 16:57:29 2009 +0000 +++ b/src/video/cocoa/SDL_cocoavideo.m Fri Jun 26 10:37:57 2009 +0000 @@ -102,6 +102,8 @@ device->GL_DeleteContext = Cocoa_GL_DeleteContext; #endif + device->StartTextInput = Cocoa_StartTextInput; + device->free = Cocoa_DeleteDevice; return device;