Skip to content

Commit ae556ed

Browse files
committed
add window_parameters::fullscreen
1 parent c0abe64 commit ae556ed

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/ruisapp/window.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ struct window_parameters {
8181
*/
8282
ruisapp::orientation orientation = ruisapp::orientation::dynamic;
8383

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+
8490
// TODO: remove
8591
// DEPRECATED: use ruisapp::buffer.
8692
using buffer = ruisapp::buffer;

0 commit comments

Comments
 (0)