struct ImGuiOnceUponAFrame

Overview

#include <imgui.h>

struct ImGuiOnceUponAFrame
{
    // fields

    int RefFrame;

    // methods

    operator bool () const;
};