Skip to content

Commit

Permalink
Add window plugin docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Dec 7, 2022
1 parent 59c6318 commit 4886979
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/1_structure/2_engine/2_plugins/4_window.md
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.

0 comments on commit 4886979

Please sign in to comment.