#include "ofMain.h"
#include "ofBaseApp.h"
#include "ofAppBaseWindow.h"
#include "ofAppGlutWindow.h"
Go to the source code of this file.
Functions | |
void | ofSetupOpenGL (ofAppBaseWindow *windowPtr, int w, int h, int screenMode) |
void | ofSetupOpenGL (int w, int h, int screenMode) |
void | ofRunApp (ofBaseApp *OFSA=NULL) |
float | ofGetFrameRate () |
int | ofGetFrameNum () |
void | ofSetFrameRate (int targetRate) |
void | ofSleepMillis (int millis) |
void | ofHideCursor () |
void | ofShowCursor () |
int | ofGetWindowPositionX () |
int | ofGetWindowPositionY () |
int | ofGetScreenWidth () |
int | ofGetScreenHeight () |
int | ofGetWindowMode () |
int | ofGetWidth () |
int | ofGetHeight () |
void | ofSetWindowPosition (int x, int y) |
void | ofSetWindowShape (int width, int height) |
void | ofSetWindowTitle (string title) |
void | ofEnableSetupScreen () |
void | ofDisableSetupScreen () |
void | ofSetFullscreen (bool fullscreen) |
void | ofToggleFullscreen () |
void | ofSetVerticalSync (bool bSync) |
void ofDisableSetupScreen | ( | ) |
void ofEnableSetupScreen | ( | ) |
int ofGetFrameNum | ( | ) |
float ofGetFrameRate | ( | ) |
int ofGetHeight | ( | ) |
int ofGetScreenHeight | ( | ) |
int ofGetScreenWidth | ( | ) |
int ofGetWidth | ( | ) |
int ofGetWindowMode | ( | ) |
int ofGetWindowPositionX | ( | ) |
int ofGetWindowPositionY | ( | ) |
void ofHideCursor | ( | ) |
void ofRunApp | ( | ofBaseApp * | OFSA = NULL ) |
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 | ( | ) |