Mercurial > sdl-ios-xcode
diff src/video/android/SDL_androidevents.c @ 4716:f2c2a33a1a38
Added resize hander stub and initial screen size setter
author | Paul Hunkin <paul@bieh.net> |
---|---|
date | Tue, 27 Jul 2010 10:49:11 +0200 |
parents | ba38983b10c2 |
children | 2af0032520d8 |
line wrap: on
line diff
--- a/src/video/android/SDL_androidevents.c Tue Jul 27 10:20:22 2010 +0200 +++ b/src/video/android/SDL_androidevents.c Tue Jul 27 10:49:11 2010 +0200 @@ -67,6 +67,11 @@ */ } + +void Android_OnResize(int width, int height, int format){ + +} + int Android_OnKeyDown(int keycode){ return SDL_SendKeyboardKey(0, SDL_PRESSED, (SDL_scancode)keycode);