allowsMultiWindow( )
bool allowsMultiWindow()
disableSetupScreen( )
void disableSetupScreen()
doesHWOrientation( )
bool doesHWOrientation()
doesLoop( )
bool doesLoop()
enableSetupScreen( )
void enableSetupScreen()
events( )
ofCoreEvents & events()
getHeight( )
int getHeight()
getOrientation( )
ofOrientation getOrientation()
getScreenSize( )
glm::vec2 getScreenSize()
getWidth( )
int getWidth()
getWindowMode( )
ofWindowMode getWindowMode()
getWindowPosition( )
glm::vec2 getWindowPosition()
getWindowSize( )
glm::vec2 getWindowSize()
hideCursor( )
void hideCursor()
isSurfaceDestroyed( )
bool isSurfaceDestroyed()
needsPolling( )
bool needsPolling()
ofAppAndroidWindow( )
ofAppAndroidWindow()
pollEvents( )
void pollEvents()
setAccumulateTouchEvents( ... )
void setAccumulateTouchEvents(bool accumEvents)
setFullscreen( ... )
void setFullscreen(bool fullscreen)
setOrientation( ... )
void setOrientation(ofOrientation orientation)
setThreadedEvents( ... )
void setThreadedEvents(bool threadedEvents)
setWindowPosition( ... )
void setWindowPosition(int x, int y)
setWindowShape( ... )
void setWindowShape(int w, int h)
setWindowTitle( ... )
void setWindowTitle(string title)
setup( ... )
void setup(const ofGLESWindowSettings &settings)
showCursor( )
void showCursor()
toggleFullscreen( )
void toggleFullscreen()
~ofAppAndroidWindow( )
~ofAppAndroidWindow()