class methods
- allowsMultiWindow()
- close()
- disableSetupScreen()
- doesLoop()
- draw()
- enableSetupScreen()
- events()
- finishRender()
- getHeight()
- getOrientation()
- getScreenSize()
- getWidth()
- getWindowMode()
- getWindowPosition()
- getWindowSize()
- hideCursor()
- loop()
- needsPolling()
- pollEvents()
- renderer()
- setDoubleBuffering()
- setFullscreen()
- setGlutDisplayString()
- setOrientation()
- setVerticalSync()
- setWindowPosition()
- setWindowShape()
- setWindowTitle()
- setup()
- showCursor()
- startRender()
- swapBuffers()
- toggleFullscreen()
- update()
variables
Extends
This class extends others, you can call their methods on an instance of ofAppGlutWindow too:
Default window manager based on glut. This class provides all the functionality to create a window, change/query it's size, position... and all the keyboard and mouse events.
Introduced in 006 along with ofAppBaseWindow to provide a mean of substituting the underlying windowing toolkit in oF.
The functionality provided by this class or any other inheriting from ofAppBaseWindow should not be accessed directly but through the functions available in ofAppRunner.
Last updated 水曜日, 08 3月 2023 18:09:16 UTC - 7c9ee203c70f155d301b41aa9b34dcc286921a3c
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue