22#include <kiwano/core/Common.h>
23#include <kiwano/base/Module.h>
24#include <kiwano/platform/Window.h>
59 void ShutdownPlatform();
61 void UpdateMouseCursor();
时间模块上下文
Definition: Module.h:96
基础模块
Definition: Module.h:111
渲染模块上下文
Definition: Module.h:58
Definition: Singleton.h:28
更新模块上下文
Definition: Module.h:83
ImGui模块
Definition: ImGuiModule.h:38
void AfterRender(RenderModuleContext &ctx) override
渲染后
Definition: ImGuiModule.cpp:199
void OnUpdate(UpdateModuleContext &ctx) override
更新时
Definition: ImGuiModule.cpp:161
void BeforeRender(RenderModuleContext &ctx) override
渲染前
Definition: ImGuiModule.cpp:186
void HandleEvent(EventModuleContext &ctx) override
事件处理
Definition: ImGuiModule.cpp:206
void DestroyModule() override
销毁模块
Definition: ImGuiModule.cpp:147
void SetupModule() override
启动模块
Definition: ImGuiModule.cpp:110