some code in the exhibit ui, and first stab at laying out the
[laserbrain_demo] / src / imgui / imgui_user.inl
1 ImGuiIO *ImGui::GetIOPtr()
2 {
3         return &GImGui->IO;
4 }