![]() |
SLProject 4.0.000
|
#include <SL.h>#include <SLEnums.h>#include <SLVec2.h>#include <math/SLRect.h>#include <imgui.h>#include <SLUiInterface.h>Classes | |
| class | SLGLImGui |
| ImGui Interface class for forwarding all events to the ImGui Handlers. More... | |
Typedefs | |
| typedef void(SL_STDCALL * | cbOnImGuiBuild) (SLScene *s, SLSceneView *sv) |
| Callback function typedef for ImGui build function. More... | |
| typedef void(SL_STDCALL * | cbOnImGuiLoadConfig) (int dpi) |
| Callback function typedef for ImGui load config function. More... | |
| typedef void(SL_STDCALL * | cbOnImGuiSaveConfig) () |
| Callback function typedef for ImGui save config function. More... | |
| typedef void(SL_STDCALL * cbOnImGuiBuild) (SLScene *s, SLSceneView *sv) |
Callback function typedef for ImGui build function.
| typedef void(SL_STDCALL * cbOnImGuiLoadConfig) (int dpi) |
Callback function typedef for ImGui load config function.
| typedef void(SL_STDCALL * cbOnImGuiSaveConfig) () |
Callback function typedef for ImGui save config function.