zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_androidvideo.h File Reference
#include "SDL_config.h"
#include "SDL_mutex.h"
#include "SDL_rect.h"
#include "../SDL_sysvideo.h"

Go to the source code of this file.

Classes

struct  SDL_VideoData
 

Typedefs

typedef struct SDL_VideoData SDL_VideoData
 

Functions

void Android_SetScreenResolution (int width, int height, Uint32 format)
 

Variables

SDL_semAndroid_PauseSem
 
SDL_semAndroid_ResumeSem
 
Uint32 Android_ScreenFormat
 
int Android_ScreenHeight
 
int Android_ScreenWidth
 
SDL_WindowAndroid_Window
 

Typedef Documentation

typedef struct SDL_VideoData SDL_VideoData

Function Documentation

void Android_SetScreenResolution ( int  width,
int  height,
Uint32  format 
)

Variable Documentation

SDL_sem* Android_PauseSem
SDL_sem * Android_ResumeSem
Uint32 Android_ScreenFormat
int Android_ScreenHeight
int Android_ScreenWidth
SDL_Window* Android_Window