nanogui
nanogui copied to clipboard
Maximize option was added
Just adding an option to maximize the window.
Cool! The Screen python bindings need to be updated, you would add py::arg("maximized") = false after "glMinor" but before the D(Screen, Screen).
Please also add documentation for this in the header file briefly explaining what the maximized parameter does :)
Sure svenevz, during this week i'll do for sure