-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# Window {#engine-plugins-window} | ||
|
||
TODO | ||
The \ref cubos::engine::plugins::window "window" plugin adds the \ref | ||
cubos::core::io::Window "core::io::Window" resource, and a startup system on | ||
the stage `"window"` which initializes it, by opening the window and creating a | ||
\ref cubos::core::gl::RenderDevice "core::gl::RenderDevice" for it. | ||
|
||
The window is created using the settings `window.width`, `window.height`, | ||
`window.title` and `window.vsync`. The default values are `800`, `600`, | ||
`"Cubos Game"` and `true`, respectively. |