diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3d1510f..d4602e6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -14,11 +14,11 @@ #endif //======================================================================== -int main( ){ +int main(){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context - //ofSetupOpenGL(&window, 1024,300, OF_WINDOW); + //ofSetupOpenGL(&window, 1024,300, OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(&window, 3840,720, OF_FULLSCREEN); glutIgnoreKeyRepeat(1); glutSetKeyRepeat(GLUT_KEY_REPEAT_OFF); //these don't work!!! printf("key repeat ignore: %i\n",glutDeviceGet(GLUT_DEVICE_IGNORE_KEY_REPEAT)); |
