struct ImGuiNavItemData

Overview

#include <imgui_internal.h>

struct ImGuiNavItemData
{
    // fields

    ImGuiWindow* Window;
    ImGuiID ID;
    ImGuiID FocusScopeId;
    ImRect RectRel;
    ImGuiItemFlags ItemFlags;
    float DistBox;
    float DistCenter;
    float DistAxial;
    ImGuiSelectionUserData SelectionUserData;

    // methods

    void Clear();
};