ofAppAndroidWindow

ofAppAndroidWindow methods

ofAppAndroidWindow()

ofAppAndroidWindow::ofAppAndroidWindow()

~ofAppAndroidWindow()

ofAppAndroidWindow::~ofAppAndroidWindow()

setupOpenGL(...)

void ofAppAndroidWindow::setupOpenGL(int w, int h, int screenMode)

initializeWindow()

void ofAppAndroidWindow::initializeWindow()

runAppViaInfiniteLoop(...)

void ofAppAndroidWindow::runAppViaInfiniteLoop(ofBaseApp *appPtr)

hideCursor()

void ofAppAndroidWindow::hideCursor()

showCursor()

void ofAppAndroidWindow::showCursor()

setWindowPosition(...)

void ofAppAndroidWindow::setWindowPosition(int x, int y)

setWindowShape(...)

void ofAppAndroidWindow::setWindowShape(int w, int h)

getFrameNum()

int ofAppAndroidWindow::getFrameNum()

getFrameRate()

float ofAppAndroidWindow::getFrameRate()

getLastFrameTime()

double ofAppAndroidWindow::getLastFrameTime()

getWindowPosition()

ofPoint ofAppAndroidWindow::getWindowPosition()

getWindowSize()

ofPoint ofAppAndroidWindow::getWindowSize()

getScreenSize()

ofPoint ofAppAndroidWindow::getScreenSize()

getWidth()

int ofAppAndroidWindow::getWidth()

getHeight()

int ofAppAndroidWindow::getHeight()

doesHWOrientation()

bool ofAppAndroidWindow::doesHWOrientation()

setFrameRate(...)

void ofAppAndroidWindow::setFrameRate(float targetRate)

setWindowTitle(...)

void ofAppAndroidWindow::setWindowTitle(string title)

getWindowMode()

int ofAppAndroidWindow::getWindowMode()

setFullscreen(...)

void ofAppAndroidWindow::setFullscreen(bool fullscreen)

toggleFullscreen()

void ofAppAndroidWindow::toggleFullscreen()

enableSetupScreen()

void ofAppAndroidWindow::enableSetupScreen()

disableSetupScreen()

void ofAppAndroidWindow::disableSetupScreen()

setOrientation(...)

void ofAppAndroidWindow::setOrientation(ofOrientation orientation)

getOrientation()

ofOrientation ofAppAndroidWindow::getOrientation()

setThreadedEvents(...)

void ofAppAndroidWindow::setThreadedEvents(bool threadedEvents)