Added resize hander stub and initial screen size setter

This commit is contained in:
Paul Hunkin 2010-07-27 10:49:11 +02:00
parent 27d80262c2
commit 088b758125
5 changed files with 76 additions and 18 deletions

View file

@ -67,6 +67,11 @@ Android_PumpEvents(_THIS)
*/
}
void Android_OnResize(int width, int height, int format){
}
int
Android_OnKeyDown(int keycode){
return SDL_SendKeyboardKey(0, SDL_PRESSED, (SDL_scancode)keycode);