easy-imgui-sys 0.19.0

Low level bindings for the Dear ImGui C++ library
Documentation
1
2
3
4
5
6
7
struct ImGuiContext;
thread_local ImGuiContext* MyImGuiTLS;

#ifdef _MSC_VER
#include "imgui.h"
#include "hack_msvc.cpp"
#endif