OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
app.h File Reference

Go to the source code of this file.

Functions

bool load_app ()
 
bool init_app (int width, int height)
 
void update_app (float dt)
 
void render_app (float dt)
 
void free_app ()
 
void on_pointer_down (float x, float y)
 
void on_pointer_up (float x, float y)
 

Function Documentation

void free_app ( )

Definition at line 113 of file app.cpp.

bool init_app ( int  width,
int  height 
)

Definition at line 176 of file app.cpp.

bool load_app ( )

Definition at line 88 of file app.cpp.

void on_pointer_down ( float  x,
float  y 
)

Definition at line 376 of file app.cpp.

void on_pointer_up ( float  x,
float  y 
)

Definition at line 412 of file app.cpp.

void render_app ( float  dt)

Definition at line 358 of file app.cpp.

void update_app ( float  dt)

Definition at line 283 of file app.cpp.