Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
3129:e42873b9c6f1 | 3130:fef1a835af43 |
---|---|
100 device->GL_GetSwapInterval = Cocoa_GL_GetSwapInterval; | 100 device->GL_GetSwapInterval = Cocoa_GL_GetSwapInterval; |
101 device->GL_SwapWindow = Cocoa_GL_SwapWindow; | 101 device->GL_SwapWindow = Cocoa_GL_SwapWindow; |
102 device->GL_DeleteContext = Cocoa_GL_DeleteContext; | 102 device->GL_DeleteContext = Cocoa_GL_DeleteContext; |
103 #endif | 103 #endif |
104 | 104 |
105 device->StartTextInput = Cocoa_StartTextInput; | |
106 | |
105 device->free = Cocoa_DeleteDevice; | 107 device->free = Cocoa_DeleteDevice; |
106 | 108 |
107 return device; | 109 return device; |
108 } | 110 } |
109 | 111 |