Added resize hander stub and initial screen size setter
This commit is contained in:
parent
27d80262c2
commit
088b758125
5 changed files with 76 additions and 18 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue