SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
ImGuiWrapper.cpp File Reference

Wrapper Class around the external ImGui GUI-framework See also: https://github.com/ocornut/imgui. More...

#include <ImGuiWrapper.h>
#include <SLSceneView.h>
#include <SLScene.h>
#include <GlobalTimer.h>
#include <imgui_internal.h>
Include dependency graph for ImGuiWrapper.cpp:

Go to the source code of this file.

Macros

#define OFFSETOF(TYPE, ELEMENT)   ((size_t) & (((TYPE*)nullptr)->ELEMENT))
 

Detailed Description

Wrapper Class around the external ImGui GUI-framework See also: https://github.com/ocornut/imgui.

Date
October 2015
Authors
Marcus Hudritsch
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style

Definition in file ImGuiWrapper.cpp.

Macro Definition Documentation

◆ OFFSETOF

#define OFFSETOF (   TYPE,
  ELEMENT 
)    ((size_t) & (((TYPE*)nullptr)->ELEMENT))