#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 | |
| ofBaseApp * | OFSAptr = NULL |
| bool | bMousePressed |
| bool | bRightButton |
| int | width |
| int | height |
| ofAppBaseWindow * | window = NULL |
| 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 | ( | ) |
| bool bMousePressed |
| bool bRightButton |
| int height |
| int width |
| ofAppBaseWindow* window = NULL |
1.7.2