engine/window/plugin.hpp file

Plugin 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.