We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0abe64 commit ae556edCopy full SHA for ae556ed
1 file changed
src/ruisapp/window.hpp
@@ -81,6 +81,12 @@ struct window_parameters {
81
*/
82
ruisapp::orientation orientation = ruisapp::orientation::dynamic;
83
84
+ /**
85
+ * @brief Indicates that the window should be created initially fullscreen.
86
+ */
87
+ // TODO: implement support for all backends
88
+ bool fullscreen = false;
89
+
90
// TODO: remove
91
// DEPRECATED: use ruisapp::buffer.
92
using buffer = ruisapp::buffer;
0 commit comments