ofAppAndroidWindow methods
ofAppAndroidWindow::ofAppAndroidWindow()
ofAppAndroidWindow::~ofAppAndroidWindow()
void ofAppAndroidWindow::setupOpenGL(int w, int h, int screenMode)
void ofAppAndroidWindow::initializeWindow()
void ofAppAndroidWindow::runAppViaInfiniteLoop(ofBaseApp *appPtr)
void ofAppAndroidWindow::hideCursor()
void ofAppAndroidWindow::showCursor()
void ofAppAndroidWindow::setWindowPosition(int x, int y)
void ofAppAndroidWindow::setWindowShape(int w, int h)
int ofAppAndroidWindow::getFrameNum()
float ofAppAndroidWindow::getFrameRate()
double ofAppAndroidWindow::getLastFrameTime()
ofPoint ofAppAndroidWindow::getWindowPosition()
ofPoint ofAppAndroidWindow::getWindowSize()
ofPoint ofAppAndroidWindow::getScreenSize()
int ofAppAndroidWindow::getWidth()
int ofAppAndroidWindow::getHeight()
bool ofAppAndroidWindow::doesHWOrientation()
void ofAppAndroidWindow::setFrameRate(float targetRate)
void ofAppAndroidWindow::setWindowTitle(string title)
int ofAppAndroidWindow::getWindowMode()
void ofAppAndroidWindow::setFullscreen(bool fullscreen)
void ofAppAndroidWindow::toggleFullscreen()
void ofAppAndroidWindow::enableSetupScreen()
void ofAppAndroidWindow::disableSetupScreen()
void ofAppAndroidWindow::setOrientation(ofOrientation orientation)
ofOrientation ofAppAndroidWindow::getOrientation()
void ofAppAndroidWindow::setThreadedEvents(bool threadedEvents)