struct ImGuiIDStackTool

Overview

#include <imgui_internal.h>

struct ImGuiIDStackTool
{
    // fields

    bool OptHexEncodeNonAsciiChars;
    bool OptCopyToClipboardOnCtrlC;
    int LastActiveFrame;
    float CopyToClipboardLastTime;
};