file
plugin.hppPlugin entry point.
Namespaces
- namespace cubos
- Cubos libraries namespace.
- namespace cubos::engine
- Engine module.
Functions
-
auto windowPlugin(Cubos& cubos) -> CUBOS_
ENGINE_ API void - Plugin entry function.
Variables
-
CUBOS_
ENGINE_ API Tag windowInitTag - Window is opened, runs after settingsTag.
-
CUBOS_
ENGINE_ API Tag windowPollTag - The window is polled for events, sending core::
io:: WindowEvent's. -
CUBOS_
ENGINE_ API Tag windowRenderTag - The window's back buffers are swapped.