-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Description
ofGLWindowSettings settings;
settings.setGLVersion(4, 1);
settings.setSize(1920, 1080); // Monitor has 1920x1080 display,
settings.windowMode = OF_FULLSCREEN;
auto window = ofCreateWindow(settings);
ofRunApp(window, make_shared<ofApp>());
ofRunMainLoop();
Application creates the gap between bottom of the screen and application window. Gap is around ~19px and i painted in red.

Metadata
Metadata
Assignees
Labels
No labels