ofDocsdocumentation addons ofxiOS ofAppiOSWindow

ofAppiOSWindow


disableAntiAliasing( )

bool disableAntiAliasing()

disableDepthBuffer( )

bool disableDepthBuffer()

disableHardwareOrientation( )

bool disableHardwareOrientation()

disableOrientationAnimation( )

bool disableOrientationAnimation()

disableRetina( )

bool disableRetina()

disableSetupScreen( )

void disableSetupScreen()

doesHWOrientation( )

bool doesHWOrientation()

enableAntiAliasing( ... )

bool enableAntiAliasing(int samples)

enableDepthBuffer( )

bool enableDepthBuffer()

enableHardwareOrientation( )

bool enableHardwareOrientation()

enableOrientationAnimation( )

bool enableOrientationAnimation()

enableRendererES1( )

bool enableRendererES1()

enableRendererES2( )

bool enableRendererES2()

enableRetina( )

bool enableRetina()

enableSetupScreen( )

void enableSetupScreen()

getAntiAliasingSampleCount( )

int getAntiAliasingSampleCount()

getHeight( )

int getHeight()

getInstance( )

ofAppiOSWindow * getInstance()

getOrientation( )

ofOrientation getOrientation()

getScreenSize( )

ofPoint getScreenSize()

getWidth( )

int getWidth()

getWindowMode( )

int getWindowMode()

getWindowPosition( )

ofPoint getWindowPosition()

getWindowSize( )

ofPoint getWindowSize()

hideCursor( )

void hideCursor()

initializeWindow( )

void initializeWindow()

isAntiAliasingEnabled( )

bool isAntiAliasingEnabled()

isDepthBufferEnabled( )

bool isDepthBufferEnabled()

isRendererES1( )

bool isRendererES1()

isRendererES2( )

bool isRendererES2()

isRetinaEnabled( )

bool isRetinaEnabled()

isRetinaSupportedOnDevice( )

bool isRetinaSupportedOnDevice()

isSetupScreenEnabled( )

bool isSetupScreenEnabled()

ofAppiOSWindow( )

ofAppiOSWindow()

runAppViaInfiniteLoop( ... )

void runAppViaInfiniteLoop(ofBaseApp *appPtr)

setFullscreen( ... )

void setFullscreen(bool fullscreen)

setOrientation( ... )

void setOrientation(ofOrientation orientation)

setVerticalSync( ... )

void setVerticalSync(bool enabled)

setWindowPosition( ... )

void setWindowPosition(int x, int y)

setWindowShape( ... )

void setWindowShape(int w, int h)

setWindowTitle( ... )

void setWindowTitle(string title)

setupOpenGL( ... )

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

showCursor( )

void showCursor()

startAppWithDelegate( ... )

void startAppWithDelegate(string appDelegateClassName)

toggleFullscreen( )

void toggleFullscreen()

~ofAppiOSWindow( )

~ofAppiOSWindow()