Ryujinx-SDL/src/video/android
Sam Lantinga fe196db774 Track android device panel width & height as well as window surface & height.
Expand SDLActivity::SDLSurface::surfaceChanged() callback to grab the panel width and height at the same time and pass that along to the native code. Only works on API 17+. Duplicates surface dimensions whenever it fails.

Add Android_DeviceWidth/Android_DeviceHeight globals to native code.
Disambiguate Android_ScreenWidth/Android_ScreenHeight -> Android_SurfaceWidth/Android_SurfaceHeight
Use device width/height for all display mode settings.
2018-06-07 17:07:03 -07:00
..
SDL_androidclipboard.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidclipboard.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidevents.c Fixed bug 4091 - Undefined references to Android audio functions when SDL_AUDIO_DISABLED is on 2018-02-24 08:58:22 -08:00
SDL_androidevents.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidgl.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidgl.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidkeyboard.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidkeyboard.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidmessagebox.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidmessagebox.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidmouse.c Add Android support for relative mouse mode to SDL. 2018-06-05 12:46:11 -07:00
SDL_androidmouse.h Add Android support for relative mouse mode to SDL. 2018-06-05 12:46:11 -07:00
SDL_androidtouch.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidtouch.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidvideo.c Track android device panel width & height as well as window surface & height. 2018-06-07 17:07:03 -07:00
SDL_androidvideo.h Track android device panel width & height as well as window surface & height. 2018-06-07 17:07:03 -07:00
SDL_androidvulkan.c revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
SDL_androidvulkan.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_androidwindow.c Track android device panel width & height as well as window surface & height. 2018-06-07 17:07:03 -07:00
SDL_androidwindow.h On Android show the system UI when an SDL window is windowed, hide the system UI when it's fullscreen, like we do on iOS. 2018-02-11 18:23:37 -08:00