Functions | Variables

ofAppRunner.cpp File Reference

#include "ofAppRunner.h"
#include "ofAppGlutWindow.h"

Functions

void ofSetupOpenGL (ofAppBaseWindow *windowPtr, int w, int h, int screenMode)
void ofSetupOpenGL (int w, int h, int screenMode)
void ofExitCallback ()
void ofRunApp (ofBaseApp *OFSA)
int ofGetFrameNum ()
float ofGetFrameRate ()
void ofSetFrameRate (int targetRate)
void ofSleepMillis (int millis)
void ofHideCursor ()
void ofShowCursor ()
void ofSetWindowPosition (int x, int y)
void ofSetWindowShape (int width, int height)
int ofGetWindowPositionX ()
int ofGetWindowPositionY ()
int ofGetScreenWidth ()
int ofGetScreenHeight ()
int ofGetWidth ()
int ofGetHeight ()
void ofSetWindowTitle (string title)
void ofEnableSetupScreen ()
void ofDisableSetupScreen ()
void ofToggleFullscreen ()
void ofSetFullscreen (bool fullscreen)
int ofGetWindowMode ()
void ofSetVerticalSync (bool bSync)

Variables

ofBaseAppOFSAptr = NULL
bool bMousePressed
bool bRightButton
int width
int height
ofAppBaseWindowwindow = NULL

Function Documentation

void ofDisableSetupScreen (  )
void ofEnableSetupScreen (  )
void ofExitCallback (  )
int ofGetFrameNum (  )
float ofGetFrameRate (  )
int ofGetHeight (  )
int ofGetScreenHeight (  )
int ofGetScreenWidth (  )
int ofGetWidth (  )
int ofGetWindowMode (  )
int ofGetWindowPositionX (  )
int ofGetWindowPositionY (  )
void ofHideCursor (  )
void ofRunApp ( ofBaseApp OFSA )
void ofSetFrameRate ( int  targetRate )
void ofSetFullscreen ( bool  fullscreen )
void ofSetupOpenGL ( int  w,
int  h,
int  screenMode 
)
void ofSetupOpenGL ( ofAppBaseWindow windowPtr,
int  w,
int  h,
int  screenMode 
)
void ofSetVerticalSync ( bool  bSync )
void ofSetWindowPosition ( int  x,
int  y 
)
void ofSetWindowShape ( int  width,
int  height 
)
void ofSetWindowTitle ( string  title )
void ofShowCursor (  )
void ofSleepMillis ( int  millis )
void ofToggleFullscreen (  )

Variable Documentation

int height
ofBaseApp* OFSAptr = NULL
int width
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines