Wrapper Class around the external ImGui GUI-framework.
More...
#include <SL.h>
#include <SLEnums.h>
#include <SLVec2.h>
#include <math/SLRect.h>
#include <imgui.h>
#include <SLUiInterface.h>
#include "SLFileStorage.h"
Go to the source code of this file.
|
class | SLImGui |
| ImGui Interface class for forwarding all events to the original ImGui Handlers. More...
|
|
|
typedef | void (SL_STDCALL *cbOnImGuiBuild)(SLScene *s |
| Callback function typedef for ImGui build function. More...
|
|
Wrapper Class around the external ImGui GUI-framework.
- Date
- October 2015, refresh in 2024
- Authors
- Marcus Hudritsch
- Copyright
- http://opensource.org/licenses/GPL-3.0
Definition in file SLImGui.h.
◆ IMGUI_DEFINE_MATH_OPERATORS
#define IMGUI_DEFINE_MATH_OPERATORS |
◆ cbOnImGuiLoadConfig
typedef void(SL_STDCALL* cbOnImGuiLoadConfig) (int dpi) |
Callback function typedef for ImGui load config function.
Definition at line 30 of file SLImGui.h.
◆ cbOnImGuiSaveConfig
typedef void(SL_STDCALL* cbOnImGuiSaveConfig) () |
Callback function typedef for ImGui save config function.
Definition at line 33 of file SLImGui.h.
◆ sv
◆ void()
typedef void |
( |
SL_STDCALL * |
cbOnImGuiBuild | ) |
|
Callback function typedef for ImGui build function.