diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-06-15 17:21:31 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-06-15 17:21:31 -0700 |
commit | e4b25a88f4bb80939a254744db9a7c1a8650903d (patch) | |
tree | dee437c6fbb67a0fa14b96ee89faf0b0c8f04fc3 /src/library_sdl.js | |
parent | 73e14d988bb0b3be134a911f1d0b83fa5d89a463 (diff) |
SDL_StartTextInput stub
Diffstat (limited to 'src/library_sdl.js')
-rw-r--r-- | src/library_sdl.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/library_sdl.js b/src/library_sdl.js index f9b50dc5..15494094 100644 --- a/src/library_sdl.js +++ b/src/library_sdl.js @@ -1030,6 +1030,9 @@ var LibrarySDL = { SDL_CondWait: function() {}, SDL_DestroyCond: function() {}, + SDL_StartTextInput: function() {}, // TODO + SDL_StopTextInput: function() {}, // TODO + // SDL Mixer Mix_OpenAudio: function(frequency, format, channels, chunksize) { |