examples/windowing/windowExample/README.md
This example demonstrates how to set and get window properties such as the position, and toggle between playback modes of fullscreen and windowed.
In the code, pay attention to:
ofGetScreenWidth() and ofGetScreenHeight() to get the height and width of the screenofSetWindowPosition() to set the position of the windowofSetWindowShape() to set the window sizeofSetFullscreen() to toggle between fullscreen and windowed modesWhen launching this application you will see the following:
When the key f is pressed:
Instructions for use:
This Example uses no other classes.