Type of a window
Module OgamlCore.LL.Window
Window managementThis module provides a low-level interface to create and manage windows. You should probably use the OgamlGraphics.Window wrapper.
Creates a window of a given size
Sets the tite of the window.
Closes a window, but does not free the memory. This prevents segfaults when calling functions on this window.
Destroys and frees the window from the memory
Returns the rectangle associated to a window, in screen coordinates
See : OgamlMath.IntRect
See : OgamlMath.IntRect
Returns the size of a window
See : OgamlMath.Vector2i
See : OgamlMath.Vector2i
Resize a window
See : OgamlMath.Vector2i
See : OgamlMath.Vector2i
Toggle the full screen mode of a window
Returns
true
iff the window is open
Returns
true
iff the window has the focus
Returns the next event on the stack for this window
See : OgamlCore.Event
See : OgamlCore.Event
Displays the window after all the GL calls
Show/hide the cursor