#include "ofAppGlutWindow.h"
#include "ofBaseApp.h"
#include "ofMain.h"
Variables | |
int | windowMode |
bool | bNewScreenMode |
float | timeNow |
float | timeThen |
float | fps |
int | nFramesForFPS |
int | nFrameCount |
int | buttonInUse |
bool | bEnableSetupScreen |
bool | bFrameRateSet |
int | millisForFrame |
int | prevMillis |
int | diffMillis |
float | frameRate |
int | requestedWidth |
int | requestedHeight |
int | nonFullScreenX |
int | nonFullScreenY |
int | mouseX |
int | mouseY |
ofBaseApp * | ofAppPtr |
bool bEnableSetupScreen |
bool bFrameRateSet |
bool bNewScreenMode |
int buttonInUse |
int diffMillis |
float fps |
float frameRate |
int millisForFrame |
int mouseX |
int mouseY |
int nFrameCount |
int nFramesForFPS |
int nonFullScreenX |
int nonFullScreenY |
int prevMillis |
int requestedHeight |
int requestedWidth |
float timeNow |
float timeThen |
int windowMode |