struct ImGuiNextItemData
Overview
#include <imgui_internal.h> struct ImGuiNextItemData { // fields ImGuiNextItemDataFlags HasFlags; ImGuiItemFlags ItemFlags; ImGuiID FocusScopeId; ImGuiSelectionUserData SelectionUserData; float Width; ImGuiKeyChord Shortcut; ImGuiInputFlags ShortcutFlags; bool OpenVal; ImU8 OpenCond; ImGuiDataTypeStorage RefVal; ImGuiID StorageId; ImU32 ColorMarker; // methods void ClearFlags(); };