SLProject 4.0.000
SLGLImGui.h File Reference
#include <SL.h>
#include <SLEnums.h>
#include <SLVec2.h>
#include <math/SLRect.h>
#include <imgui.h>
#include <SLUiInterface.h>
Include dependency graph for SLGLImGui.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ cbOnImGuiBuild

typedef void(SL_STDCALL * cbOnImGuiBuild) (SLScene *s, SLSceneView *sv)

Callback function typedef for ImGui build function.

◆ cbOnImGuiLoadConfig

typedef void(SL_STDCALL * cbOnImGuiLoadConfig) (int dpi)

Callback function typedef for ImGui load config function.

◆ cbOnImGuiSaveConfig

typedef void(SL_STDCALL * cbOnImGuiSaveConfig) ()

Callback function typedef for ImGui save config function.