SDL
2.0
|
#include "../../SDL_internal.h"
#include "SDL_mutex.h"
#include "SDL_rect.h"
#include "../SDL_sysvideo.h"
Go to the source code of this file.
Data Structures | |
struct | SDL_VideoData |
Functions | |
void | Android_SetScreenResolution (int surfaceWidth, int surfaceHeight, int deviceWidth, int deviceHeight, Uint32 format, float rate) |
Variables | |
int | Android_SurfaceWidth |
int | Android_SurfaceHeight |
int | Android_DeviceWidth |
int | Android_DeviceHeight |
Uint32 | Android_ScreenFormat |
SDL_sem * | Android_PauseSem |
SDL_sem * | Android_ResumeSem |
SDL_Window * | Android_Window |
void Android_SetScreenResolution | ( | int | surfaceWidth, |
int | surfaceHeight, | ||
int | deviceWidth, | ||
int | deviceHeight, | ||
Uint32 | format, | ||
float | rate | ||
) |
int Android_DeviceHeight |
int Android_DeviceWidth |
SDL_sem* Android_PauseSem |
SDL_sem * Android_ResumeSem |
Uint32 Android_ScreenFormat |
int Android_SurfaceHeight |
int Android_SurfaceWidth |
SDL_Window* Android_Window |