Searched refs:ImGuiOnceUponAFrame (Results 1 – 1 of 1) sorted by relevance
109 struct ImGuiOnceUponAFrame; // Helper for running a block of code not more than once a fram…1538 struct ImGuiOnceUponAFrame struct1540 ImGuiOnceUponAFrame() { RefFrame = -1; } in ImGuiOnceUponAFrame() argument1547 #define IMGUI_ONCE_UPON_A_FRAME static ImGuiOnceUponAFrame imgui_oaf; if (imgui_oaf) // OBSO…