Fork of mellinoe/ImGui.NET, an ImGui wrapper for .NET, which includes access to internal functions.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2583 lines
54 KiB

{
"enums": {
"ImGuiComboFlags_": [
{
"calc_value": 0,
"name": "ImGuiComboFlags_None",
"value": "0"
},
{
"calc_value": 1,
"name": "ImGuiComboFlags_PopupAlignLeft",
"value": "1 << 0"
},
{
"calc_value": 2,
"name": "ImGuiComboFlags_HeightSmall",
"value": "1 << 1"
},
{
"calc_value": 4,
"name": "ImGuiComboFlags_HeightRegular",
"value": "1 << 2"
},
{
"calc_value": 8,
"name": "ImGuiComboFlags_HeightLarge",
"value": "1 << 3"
},
{
"calc_value": 16,
"name": "ImGuiComboFlags_HeightLargest",
"value": "1 << 4"
},
{
"calc_value": 32,
"name": "ImGuiComboFlags_NoArrowButton",
"value": "1 << 5"
},
{
"calc_value": 64,
"name": "ImGuiComboFlags_NoPreview",
"value": "1 << 6"
},
{
"calc_value": 30,
"name": "ImGuiComboFlags_HeightMask_",
"value": "ImGuiComboFlags_HeightSmall | ImGuiComboFlags_HeightRegular | ImGuiComboFlags_HeightLarge | ImGuiComboFlags_HeightLargest"
}
],
"ImGuiTreeNodeFlags_": [
{
"calc_value": 0,
"name": "ImGuiTreeNodeFlags_None",
"value": "0"
},
{
"calc_value": 1,
"name": "ImGuiTreeNodeFlags_Selected",
"value": "1 << 0"
},
{
"calc_value": 2,
"name": "ImGuiTreeNodeFlags_Framed",
"value": "1 << 1"
},
{
"calc_value": 4,
"name": "ImGuiTreeNodeFlags_AllowItemOverlap",
"value": "1 << 2"
},
{
"calc_value": 8,
"name": "ImGuiTreeNodeFlags_NoTreePushOnOpen",
"value": "1 << 3"
},
{
"calc_value": 16,
"name": "ImGuiTreeNodeFlags_NoAutoOpenOnLog",
"value": "1 << 4"
},
{
"calc_value": 32,
"name": "ImGuiTreeNodeFlags_DefaultOpen",
"value": "1 << 5"
},
{
"calc_value": 64,
"name": "ImGuiTreeNodeFlags_OpenOnDoubleClick",
"value": "1 << 6"
},
{
"calc_value": 128,
"name": "ImGuiTreeNodeFlags_OpenOnArrow",
"value": "1 << 7"
},
{
"calc_value": 256,
"name": "ImGuiTreeNodeFlags_Leaf",
"value": "1 << 8"
},
{
"calc_value": 512,
"name": "ImGuiTreeNodeFlags_Bullet",
"value": "1 << 9"
},
{
"calc_value": 1024,
"name": "ImGuiTreeNodeFlags_FramePadding",
"value": "1 << 10"
},
{
"calc_value": 8192,
"name": "ImGuiTreeNodeFlags_NavLeftJumpsBackHere",
"value": "1 << 13"
},
{
"calc_value": 26,
"name": "ImGuiTreeNodeFlags_CollapsingHeader",
"value": "ImGuiTreeNodeFlags_Framed | ImGuiTreeNodeFlags_NoTreePushOnOpen | ImGuiTreeNodeFlags_NoAutoOpenOnLog"
}
],
"ImGuiStyleVar_": [
{
"calc_value": 0,
"name": "ImGuiStyleVar_Alpha",
"value": 0
},
{
"calc_value": 1,
"name": "ImGuiStyleVar_WindowPadding",
"value": 1
},
{
"calc_value": 2,
"name": "ImGuiStyleVar_WindowRounding",
"value": 2
},
{
"calc_value": 3,
"name": "ImGuiStyleVar_WindowBorderSize",
"value": 3
},
{
"calc_value": 4,
"name": "ImGuiStyleVar_WindowMinSize",
"value": 4
},
{
"calc_value": 5,
"name": "ImGuiStyleVar_WindowTitleAlign",
"value": 5
},
{
"calc_value": 6,
"name": "ImGuiStyleVar_ChildRounding",
"value": 6
},
{
"calc_value": 7,
"name": "ImGuiStyleVar_ChildBorderSize",
"value": 7
},
{
"calc_value": 8,
"name": "ImGuiStyleVar_PopupRounding",
"value": 8
},
{
"calc_value": 9,
"name": "ImGuiStyleVar_PopupBorderSize",
"value": 9
},
{
"calc_value": 10,
"name": "ImGuiStyleVar_FramePadding",
"value": 10
},
{
"calc_value": 11,
"name": "ImGuiStyleVar_FrameRounding",
"value": 11
},
{
"calc_value": 12,
"name": "ImGuiStyleVar_FrameBorderSize",
"value": 12
},
{
"calc_value": 13,
"name": "ImGuiStyleVar_ItemSpacing",
"value": 13
},
{
"calc_value": 14,
"name": "ImGuiStyleVar_ItemInnerSpacing",
"value": 14
},
{
"calc_value": 15,
"name": "ImGuiStyleVar_IndentSpacing",
"value": 15
},
{
"calc_value": 16,
"name": "ImGuiStyleVar_ScrollbarSize",
"value": 16
},
{
"calc_value": 17,
"name": "ImGuiStyleVar_ScrollbarRounding",
"value": 17
},
{
"calc_value": 18,
"name": "ImGuiStyleVar_GrabMinSize",
"value": 18
},
{
"calc_value": 19,
"name": "ImGuiStyleVar_GrabRounding",
"value": 19
},
{
"calc_value": 20,
"name": "ImGuiStyleVar_ButtonTextAlign",
"value": 20
},
{
"calc_value": 21,
"name": "ImGuiStyleVar_COUNT",
"value": 21
}
],
"ImGuiCol_": [
{
"calc_value": 0,
"name": "ImGuiCol_Text",
"value": 0
},
{
"calc_value": 1,
"name": "ImGuiCol_TextDisabled",
"value": 1
},
{
"calc_value": 2,
"name": "ImGuiCol_WindowBg",
"value": 2
},
{
"calc_value": 3,
"name": "ImGuiCol_ChildBg",
"value": 3
},
{
"calc_value": 4,
"name": "ImGuiCol_PopupBg",
"value": 4
},
{
"calc_value": 5,
"name": "ImGuiCol_Border",
"value": 5
},
{
"calc_value": 6,
"name": "ImGuiCol_BorderShadow",
"value": 6
},
{
"calc_value": 7,
"name": "ImGuiCol_FrameBg",
"value": 7
},
{
"calc_value": 8,
"name": "ImGuiCol_FrameBgHovered",
"value": 8
},
{
"calc_value": 9,
"name": "ImGuiCol_FrameBgActive",
"value": 9
},
{
"calc_value": 10,
"name": "ImGuiCol_TitleBg",
"value": 10
},
{
"calc_value": 11,
"name": "ImGuiCol_TitleBgActive",
"value": 11
},
{
"calc_value": 12,
"name": "ImGuiCol_TitleBgCollapsed",
"value": 12
},
{
"calc_value": 13,
"name": "ImGuiCol_MenuBarBg",
"value": 13
},
{
"calc_value": 14,
"name": "ImGuiCol_ScrollbarBg",
"value": 14
},
{
"calc_value": 15,
"name": "ImGuiCol_ScrollbarGrab",
"value": 15
},
{
"calc_value": 16,
"name": "ImGuiCol_ScrollbarGrabHovered",
"value": 16
},
{
"calc_value": 17,
"name": "ImGuiCol_ScrollbarGrabActive",
"value": 17
},
{
"calc_value": 18,
"name": "ImGuiCol_CheckMark",
"value": 18
},
{
"calc_value": 19,
"name": "ImGuiCol_SliderGrab",
"value": 19
},
{
"calc_value": 20,
"name": "ImGuiCol_SliderGrabActive",
"value": 20
},
{
"calc_value": 21,
"name": "ImGuiCol_Button",
"value": 21
},
{
"calc_value": 22,
"name": "ImGuiCol_ButtonHovered",
"value": 22
},
{
"calc_value": 23,
"name": "ImGuiCol_ButtonActive",
"value": 23
},
{
"calc_value": 24,
"name": "ImGuiCol_Header",
"value": 24
},
{
"calc_value": 25,
"name": "ImGuiCol_HeaderHovered",
"value": 25
},
{
"calc_value": 26,
"name": "ImGuiCol_HeaderActive",
"value": 26
},
{
"calc_value": 27,
"name": "ImGuiCol_Separator",
"value": 27
},
{
"calc_value": 28,
"name": "ImGuiCol_SeparatorHovered",
"value": 28
},
{
"calc_value": 29,
"name": "ImGuiCol_SeparatorActive",
"value": 29
},
{
"calc_value": 30,
"name": "ImGuiCol_ResizeGrip",
"value": 30
},
{
"calc_value": 31,
"name": "ImGuiCol_ResizeGripHovered",
"value": 31
},
{
"calc_value": 32,
"name": "ImGuiCol_ResizeGripActive",
"value": 32
},
{
"calc_value": 33,
"name": "ImGuiCol_PlotLines",
"value": 33
},
{
"calc_value": 34,
"name": "ImGuiCol_PlotLinesHovered",
"value": 34
},
{
"calc_value": 35,
"name": "ImGuiCol_PlotHistogram",
"value": 35
},
{
"calc_value": 36,
"name": "ImGuiCol_PlotHistogramHovered",
"value": 36
},
{
"calc_value": 37,
"name": "ImGuiCol_TextSelectedBg",
"value": 37
},
{
"calc_value": 38,
"name": "ImGuiCol_DragDropTarget",
"value": 38
},
{
"calc_value": 39,
"name": "ImGuiCol_NavHighlight",
"value": 39
},
{
"calc_value": 40,
"name": "ImGuiCol_NavWindowingHighlight",
"value": 40
},
{
"calc_value": 41,
"name": "ImGuiCol_NavWindowingDimBg",
"value": 41
},
{
"calc_value": 42,
"name": "ImGuiCol_ModalWindowDimBg",
"value": 42
},
{
"calc_value": 43,
"name": "ImGuiCol_COUNT",
"value": 43
}
],
"ImGuiWindowFlags_": [
{
"calc_value": 0,
"name": "ImGuiWindowFlags_None",
"value": "0"
},
{
"calc_value": 1,
"name": "ImGuiWindowFlags_NoTitleBar",
"value": "1 << 0"
},
{
"calc_value": 2,
"name": "ImGuiWindowFlags_NoResize",
"value": "1 << 1"
},
{
"calc_value": 4,
"name": "ImGuiWindowFlags_NoMove",
"value": "1 << 2"
},
{
"calc_value": 8,
"name": "ImGuiWindowFlags_NoScrollbar",
"value": "1 << 3"
},
{
"calc_value": 16,
"name": "ImGuiWindowFlags_NoScrollWithMouse",
"value": "1 << 4"
},
{
"calc_value": 32,
"name": "ImGuiWindowFlags_NoCollapse",
"value": "1 << 5"
},
{
"calc_value": 64,
"name": "ImGuiWindowFlags_AlwaysAutoResize",
"value": "1 << 6"
},
{
"calc_value": 256,
"name": "ImGuiWindowFlags_NoSavedSettings",
"value": "1 << 8"
},
{
"calc_value": 512,
"name": "ImGuiWindowFlags_NoInputs",
"value": "1 << 9"
},
{
"calc_value": 1024,
"name": "ImGuiWindowFlags_MenuBar",
"value": "1 << 10"
},
{
"calc_value": 2048,
"name": "ImGuiWindowFlags_HorizontalScrollbar",
"value": "1 << 11"
},
{
"calc_value": 4096,
"name": "ImGuiWindowFlags_NoFocusOnAppearing",
"value": "1 << 12"
},
{
"calc_value": 8192,
"name": "ImGuiWindowFlags_NoBringToFrontOnFocus",
"value": "1 << 13"
},
{
"calc_value": 16384,
"name": "ImGuiWindowFlags_AlwaysVerticalScrollbar",
"value": "1 << 14"
},
{
"calc_value": 32768,
"name": "ImGuiWindowFlags_AlwaysHorizontalScrollbar",
"value": "1<< 15"
},
{
"calc_value": 65536,
"name": "ImGuiWindowFlags_AlwaysUseWindowPadding",
"value": "1 << 16"
},
{
"calc_value": 262144,
"name": "ImGuiWindowFlags_NoNavInputs",
"value": "1 << 18"
},
{
"calc_value": 524288,
"name": "ImGuiWindowFlags_NoNavFocus",
"value": "1 << 19"
},
{
"calc_value": 786432,
"name": "ImGuiWindowFlags_NoNav",
"value": "ImGuiWindowFlags_NoNavInputs | ImGuiWindowFlags_NoNavFocus"
},
{
"calc_value": 8388608,
"name": "ImGuiWindowFlags_NavFlattened",
"value": "1 << 23"
},
{
"calc_value": 16777216,
"name": "ImGuiWindowFlags_ChildWindow",
"value": "1 << 24"
},
{
"calc_value": 33554432,
"name": "ImGuiWindowFlags_Tooltip",
"value": "1 << 25"
},
{
"calc_value": 67108864,
"name": "ImGuiWindowFlags_Popup",
"value": "1 << 26"
},
{
"calc_value": 134217728,
"name": "ImGuiWindowFlags_Modal",
"value": "1 << 27"
},
{
"calc_value": 268435456,
"name": "ImGuiWindowFlags_ChildMenu",
"value": "1 << 28"
}
],
"ImGuiNavInput_": [
{
"calc_value": 0,
"name": "ImGuiNavInput_Activate",
"value": 0
},
{
"calc_value": 1,
"name": "ImGuiNavInput_Cancel",
"value": 1
},
{
"calc_value": 2,
"name": "ImGuiNavInput_Input",
"value": 2
},
{
"calc_value": 3,
"name": "ImGuiNavInput_Menu",
"value": 3
},
{
"calc_value": 4,
"name": "ImGuiNavInput_DpadLeft",
"value": 4
},
{
"calc_value": 5,
"name": "ImGuiNavInput_DpadRight",
"value": 5
},
{
"calc_value": 6,
"name": "ImGuiNavInput_DpadUp",
"value": 6
},
{
"calc_value": 7,
"name": "ImGuiNavInput_DpadDown",
"value": 7
},
{
"calc_value": 8,
"name": "ImGuiNavInput_LStickLeft",
"value": 8
},
{
"calc_value": 9,
"name": "ImGuiNavInput_LStickRight",
"value": 9
},
{
"calc_value": 10,
"name": "ImGuiNavInput_LStickUp",
"value": 10
},
{
"calc_value": 11,
"name": "ImGuiNavInput_LStickDown",
"value": 11
},
{
"calc_value": 12,
"name": "ImGuiNavInput_FocusPrev",
"value": 12
},
{
"calc_value": 13,
"name": "ImGuiNavInput_FocusNext",
"value": 13
},
{
"calc_value": 14,
"name": "ImGuiNavInput_TweakSlow",
"value": 14
},
{
"calc_value": 15,
"name": "ImGuiNavInput_TweakFast",
"value": 15
},
{
"calc_value": 16,
"name": "ImGuiNavInput_KeyMenu_",
"value": 16
},
{
"calc_value": 17,
"name": "ImGuiNavInput_KeyLeft_",
"value": 17
},
{
"calc_value": 18,
"name": "ImGuiNavInput_KeyRight_",
"value": 18
},
{
"calc_value": 19,
"name": "ImGuiNavInput_KeyUp_",
"value": 19
},
{
"calc_value": 20,
"name": "ImGuiNavInput_KeyDown_",
"value": 20
},
{
"calc_value": 21,
"name": "ImGuiNavInput_COUNT",
"value": 21
},
{
"calc_value": 16,
"name": "ImGuiNavInput_InternalStart_",
"value": "ImGuiNavInput_KeyMenu_"
}
],
"ImGuiFocusedFlags_": [
{
"calc_value": 0,
"name": "ImGuiFocusedFlags_None",
"value": "0"
},
{
"calc_value": 1,
"name": "ImGuiFocusedFlags_ChildWindows",
"value": "1 << 0"
},
{
"calc_value": 2,
"name": "ImGuiFocusedFlags_RootWindow",
"value": "1 << 1"
},
{
"calc_value": 4,
"name": "ImGuiFocusedFlags_AnyWindow",
"value": "1 << 2"
},
{
"calc_value": 3,
"name": "ImGuiFocusedFlags_RootAndChildWindows",
"value": "ImGuiFocusedFlags_RootWindow | ImGuiFocusedFlags_ChildWindows"
}
],
"ImGuiSelectableFlags_": [
{
"calc_value": 0,
"name": "ImGuiSelectableFlags_None",
"value": "0"
},
{
"calc_value": 1,
"name": "ImGuiSelectableFlags_DontClosePopups",
"value": "1 << 0"
},
{
"calc_value": 2,
"name": "ImGuiSelectableFlags_SpanAllColumns",
"value": "1 << 1"
},
{
"calc_value": 4,
"name": "ImGuiSelectableFlags_AllowDoubleClick",
"value": "1 << 2"
},
{
"calc_value": 8,
"name": "ImGuiSelectableFlags_Disabled",
"value": "1 << 3"
}
],
"ImGuiKey_": [
{
"calc_value": 0,
"name": "ImGuiKey_Tab",
"value": 0
},
{
"calc_value": 1,
"name": "ImGuiKey_LeftArrow",
"value": 1
},
{
"calc_value": 2,
"name": "ImGuiKey_RightArrow",
"value": 2
},
{
"calc_value": 3,
"name": "ImGuiKey_UpArrow",
"value": 3
},
{
"calc_value": 4,
"name": "ImGuiKey_DownArrow",
"value": 4
},
{
"calc_value": 5,
"name": "ImGuiKey_PageUp",
"value": 5
},
{
"calc_value": 6,
"name": "ImGuiKey_PageDown",
"value": 6
},
{
"calc_value": 7,
"name": "ImGuiKey_Home",
"value": 7
},
{
"calc_value": 8,
"name": "ImGuiKey_End",
"value": 8
},
{
"calc_value": 9,
"name": "ImGuiKey_Insert",
"value": 9
},
{
"calc_value": 10,
"name": "ImGuiKey_Delete",
"value": 10
},
{
"calc_value": 11,
"name": "ImGuiKey_Backspace",
"value": 11
},
{
"calc_value": 12,
"name": "ImGuiKey_Space",
"value": 12
},
{
"calc_value": 13,
"name": "ImGuiKey_Enter",
"value": 13
},
{
"calc_value": 14,
"name": "ImGuiKey_Escape",
"value": 14
},
{
"calc_value": 15,
"name": "ImGuiKey_A",
"value": 15
},
{
"calc_value": 16,
"name": "ImGuiKey_C",
"value": 16
},
{
"calc_value": 17,
"name": "ImGuiKey_V",
"value": 17
},
{
"calc_value": 18,
"name": "ImGuiKey_X",
"value": 18
},
{
"calc_value": 19,
"name": "ImGuiKey_Y",
"value": 19
},
{
"calc_value": 20,
"name": "ImGuiKey_Z",
"value": 20
},
{
"calc_value": 21,
"name": "ImGuiKey_COUNT",
"value": 21
}
],
"ImFontAtlasFlags_": [
{
"calc_value": 0,
"name": "ImFontAtlasFlags_None",
"value": "0"
},
{
"calc_value": 1,
"name": "ImFontAtlasFlags_NoPowerOfTwoHeight",
"value": "1 << 0"
},
{
"calc_value": 2,
"name": "ImFontAtlasFlags_NoMouseCursors",
"value": "1 << 1"
}
],
"ImGuiConfigFlags_": [
{
"calc_value": 1,
"name": "ImGuiConfigFlags_NavEnableKeyboard",
"value": "1 << 0"
},
{
"calc_value": 2,
"name": "ImGuiConfigFlags_NavEnableGamepad",
"value": "1 << 1"
},
{
"calc_value": 4,
"name": "ImGuiConfigFlags_NavEnableSetMousePos",
"value": "1 << 2"
},
{
"calc_value": 8,
"name": "ImGuiConfigFlags_NavNoCaptureKeyboard",
"value": "1 << 3"
},
{
"calc_value": 16,
"name": "ImGuiConfigFlags_NoMouse",
"value": "1 << 4"
},
{
"calc_value": 32,
"name": "ImGuiConfigFlags_NoMouseCursorChange",
"value": "1 << 5"
},
{
"calc_value": 1048576,
"name": "ImGuiConfigFlags_IsSRGB",
"value": "1 << 20"
},
{
"calc_value": 2097152,
"name": "ImGuiConfigFlags_IsTouchScreen",
"value": "1 << 21"
}
],
"ImDrawCornerFlags_": [
{
"calc_value": 1,
"name": "ImDrawCornerFlags_TopLeft",
"value": "1 << 0"
},
{
"calc_value": 2,
"name": "ImDrawCornerFlags_TopRight",
"value": "1 << 1"
},
{
"calc_value": 4,
"name": "ImDrawCornerFlags_BotLeft",
"value": "1 << 2"
},
{
"calc_value": 8,
"name": "ImDrawCornerFlags_BotRight",
"value": "1 << 3"
},
{
"calc_value": 3,
"name": "ImDrawCornerFlags_Top",
"value": "ImDrawCornerFlags_TopLeft | ImDrawCornerFlags_TopRight"
},
{
"calc_value": 12,
"name": "ImDrawCornerFlags_Bot",
"value": "ImDrawCornerFlags_BotLeft | ImDrawCornerFlags_BotRight"
},
{
"calc_value": 5,
"name": "ImDrawCornerFlags_Left",
"value": "ImDrawCornerFlags_TopLeft | ImDrawCornerFlags_BotLeft"
},
{
"calc_value": 10,
"name": "ImDrawCornerFlags_Right",
"value": "ImDrawCornerFlags_TopRight | ImDrawCornerFlags_BotRight"
},
{
"calc_value": 15,
"name": "ImDrawCornerFlags_All",
"value": "0xF"
}
],
"ImGuiDragDropFlags_": [
{
"calc_value": 0,
"name": "ImGuiDragDropFlags_None",
"value": "0"
},
{
"calc_value": 1,
"name": "ImGuiDragDropFlags_SourceNoPreviewTooltip",
"value": "1 << 0"
},
{
"calc_value": 2,
"name": "ImGuiDragDropFlags_SourceNoDisableHover",
"value": "1 << 1"
},
{
"calc_value": 4,
"name": "ImGuiDragDropFlags_SourceNoHoldToOpenOthers",
"value": "1 << 2"
},
{
"calc_value": 8,
"name": "ImGuiDragDropFlags_SourceAllowNullID",
"value": "1 << 3"
},
{
"calc_value": 16,
"name": "ImGuiDragDropFlags_SourceExtern",
"value": "1 << 4"
},
{
"calc_value": 32,
"name": "ImGuiDragDropFlags_SourceAutoExpirePayload",
"value": "1 << 5"
},
{
"calc_value": 1024,
"name": "ImGuiDragDropFlags_AcceptBeforeDelivery",
"value": "1 << 10"
},
{
"calc_value": 2048,
"name": "ImGuiDragDropFlags_AcceptNoDrawDefaultRect",
"value": "1 << 11"
},
{
"calc_value": 4096,
"name": "ImGuiDragDropFlags_AcceptNoPreviewTooltip",
"value": "1 << 12"
},
{
"calc_value": 3072,
"name": "ImGuiDragDropFlags_AcceptPeekOnly",
"value": "ImGuiDragDropFlags_AcceptBeforeDelivery | ImGuiDragDropFlags_AcceptNoDrawDefaultRect"
}
],
"ImGuiCond_": [
{
"calc_value": 1,
"name": "ImGuiCond_Always",
"value": "1 << 0"
},
{
"calc_value": 2,
"name": "ImGuiCond_Once",
"value": "1 << 1"
},
{
"calc_value": 4,
"name": "ImGuiCond_FirstUseEver",
"value": "1 << 2"
},
{
"calc_value": 8,
"name": "ImGuiCond_Appearing",
"value": "1 << 3"
}
],
"ImGuiInputTextFlags_": [
{
"calc_value": 0,
"name": "ImGuiInputTextFlags_None",
"value": "0"
},
{
"calc_value": 1,
"name": "ImGuiInputTextFlags_CharsDecimal",
"value": "1 << 0"
},
{
"calc_value": 2,
"name": "ImGuiInputTextFlags_CharsHexadecimal",
"value": "1 << 1"
},
{
"calc_value": 4,
"name": "ImGuiInputTextFlags_CharsUppercase",
"value": "1 << 2"
},
{
"calc_value": 8,
"name": "ImGuiInputTextFlags_CharsNoBlank",
"value": "1 << 3"
},
{
"calc_value": 16,
"name": "ImGuiInputTextFlags_AutoSelectAll",
"value": "1 << 4"
},
{
"calc_value": 32,
"name": "ImGuiInputTextFlags_EnterReturnsTrue",
"value": "1 << 5"
},
{
"calc_value": 64,
"name": "ImGuiInputTextFlags_CallbackCompletion",
"value": "1 << 6"
},
{
"calc_value": 128,
"name": "ImGuiInputTextFlags_CallbackHistory",
"value": "1 << 7"
},
{
"calc_value": 256,
"name": "ImGuiInputTextFlags_CallbackAlways",
"value": "1 << 8"
},
{
"calc_value": 512,
"name": "ImGuiInputTextFlags_CallbackCharFilter",
"value": "1 << 9"
},
{
"calc_value": 1024,
"name": "ImGuiInputTextFlags_AllowTabInput",
"value": "1 << 10"
},
{
"calc_value": 2048,
"name": "ImGuiInputTextFlags_CtrlEnterForNewLine",
"value": "1 << 11"
},
{
"calc_value": 4096,
"name": "ImGuiInputTextFlags_NoHorizontalScroll",
"value": "1 << 12"
},
{
"calc_value": 8192,
"name": "ImGuiInputTextFlags_AlwaysInsertMode",
"value": "1 << 13"
},
{
"calc_value": 16384,
"name": "ImGuiInputTextFlags_ReadOnly",
"value": "1 << 14"
},
{
"calc_value": 32768,
"name": "ImGuiInputTextFlags_Password",
"value": "1 << 15"
},
{
"calc_value": 65536,
"name": "ImGuiInputTextFlags_NoUndoRedo",
"value": "1 << 16"
},
{
"calc_value": 131072,
"name": "ImGuiInputTextFlags_CharsScientific",
"value": "1 << 17"
},
{
"calc_value": 262144,
"name": "ImGuiInputTextFlags_CallbackResize",
"value": "1 << 18"
},
{
"calc_value": 1048576,
"name": "ImGuiInputTextFlags_Multiline",
"value": "1 << 20"
}
],
"ImGuiMouseCursor_": [
{
"calc_value": -1,
"name": "ImGuiMouseCursor_None",
"value": "-1"
},
{
"calc_value": 0,
"name": "ImGuiMouseCursor_Arrow",
"value": "0"
},
{
"calc_value": 1,
"name": "ImGuiMouseCursor_TextInput",
"value": 1
},
{
"calc_value": 2,
"name": "ImGuiMouseCursor_ResizeAll",
"value": 2
},
{
"calc_value": 3,
"name": "ImGuiMouseCursor_ResizeNS",
"value": 3
},
{
"calc_value": 4,
"name": "ImGuiMouseCursor_ResizeEW",
"value": 4
},
{
"calc_value": 5,
"name": "ImGuiMouseCursor_ResizeNESW",
"value": 5
},
{
"calc_value": 6,
"name": "ImGuiMouseCursor_ResizeNWSE",
"value": 6
},
{
"calc_value": 7,
"name": "ImGuiMouseCursor_Hand",
"value": 7
},
{
"calc_value": 8,
"name": "ImGuiMouseCursor_COUNT",
"value": 8
}
],
"ImGuiColorEditFlags_": [
{
"calc_value": 0,
"name": "ImGuiColorEditFlags_None",
"value": "0"
},
{
"calc_value": 2,
"name": "ImGuiColorEditFlags_NoAlpha",
"value": "1 << 1"
},
{
"calc_value": 4,
"name": "ImGuiColorEditFlags_NoPicker",
"value": "1 << 2"
},
{
"calc_value": 8,
"name": "ImGuiColorEditFlags_NoOptions",
"value": "1 << 3"
},
{
"calc_value": 16,
"name": "ImGuiColorEditFlags_NoSmallPreview",
"value": "1 << 4"
},
{
"calc_value": 32,
"name": "ImGuiColorEditFlags_NoInputs",
"value": "1 << 5"
},
{
"calc_value": 64,
"name": "ImGuiColorEditFlags_NoTooltip",
"value": "1 << 6"
},
{
"calc_value": 128,
"name": "ImGuiColorEditFlags_NoLabel",
"value": "1 << 7"
},
{
"calc_value": 256,
"name": "ImGuiColorEditFlags_NoSidePreview",
"value": "1 << 8"
},
{
"calc_value": 512,
"name": "ImGuiColorEditFlags_NoDragDrop",
"value": "1 << 9"
},
{
"calc_value": 65536,
"name": "ImGuiColorEditFlags_AlphaBar",
"value": "1 << 16"
},
{
"calc_value": 131072,
"name": "ImGuiColorEditFlags_AlphaPreview",
"value": "1 << 17"
},
{
"calc_value": 262144,
"name": "ImGuiColorEditFlags_AlphaPreviewHalf",
"value": "1 << 18"
},
{
"calc_value": 524288,
"name": "ImGuiColorEditFlags_HDR",
"value": "1 << 19"
},
{
"calc_value": 1048576,
"name": "ImGuiColorEditFlags_RGB",
"value": "1 << 20"
},
{
"calc_value": 2097152,
"name": "ImGuiColorEditFlags_HSV",
"value": "1 << 21"
},
{
"calc_value": 4194304,
"name": "ImGuiColorEditFlags_HEX",
"value": "1 << 22"
},
{
"calc_value": 8388608,
"name": "ImGuiColorEditFlags_Uint8",
"value": "1 << 23"
},
{
"calc_value": 16777216,
"name": "ImGuiColorEditFlags_Float",
"value": "1 << 24"
},
{
"calc_value": 33554432,
"name": "ImGuiColorEditFlags_PickerHueBar",
"value": "1 << 25"
},
{
"calc_value": 67108864,
"name": "ImGuiColorEditFlags_PickerHueWheel",
"value": "1 << 26"
},
{
"calc_value": 7340032,
"name": "ImGuiColorEditFlags__InputsMask",
"value": "ImGuiColorEditFlags_RGB|ImGuiColorEditFlags_HSV|ImGuiColorEditFlags_HEX"
},
{
"calc_value": 25165824,
"name": "ImGuiColorEditFlags__DataTypeMask",
"value": "ImGuiColorEditFlags_Uint8|ImGuiColorEditFlags_Float"
},
{
"calc_value": 100663296,
"name": "ImGuiColorEditFlags__PickerMask",
"value": "ImGuiColorEditFlags_PickerHueWheel|ImGuiColorEditFlags_PickerHueBar"
},
{
"calc_value": 42991616,
"name": "ImGuiColorEditFlags__OptionsDefault",
"value": "ImGuiColorEditFlags_Uint8|ImGuiColorEditFlags_RGB|ImGuiColorEditFlags_PickerHueBar"
}
],
"ImGuiHoveredFlags_": [
{
"calc_value": 0,
"name": "ImGuiHoveredFlags_None",
"value": "0"
},
{
"calc_value": 1,
"name": "ImGuiHoveredFlags_ChildWindows",
"value": "1 << 0"
},
{
"calc_value": 2,
"name": "ImGuiHoveredFlags_RootWindow",
"value": "1 << 1"
},
{
"calc_value": 4,
"name": "ImGuiHoveredFlags_AnyWindow",
"value": "1 << 2"
},
{
"calc_value": 8,
"name": "ImGuiHoveredFlags_AllowWhenBlockedByPopup",
"value": "1 << 3"
},
{
"calc_value": 32,
"name": "ImGuiHoveredFlags_AllowWhenBlockedByActiveItem",
"value": "1 << 5"
},
{
"calc_value": 64,
"name": "ImGuiHoveredFlags_AllowWhenOverlapped",
"value": "1 << 6"
},
{
"calc_value": 128,
"name": "ImGuiHoveredFlags_AllowWhenDisabled",
"value": "1 << 7"
},
{
"calc_value": 104,
"name": "ImGuiHoveredFlags_RectOnly",
"value": "ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveItem | ImGuiHoveredFlags_AllowWhenOverlapped"
},
{
"calc_value": 3,
"name": "ImGuiHoveredFlags_RootAndChildWindows",
"value": "ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_ChildWindows"
}
],
"ImGuiDir_": [
{
"calc_value": -1,
"name": "ImGuiDir_None",
"value": "-1"
},
{
"calc_value": 0,
"name": "ImGuiDir_Left",
"value": "0"
},
{
"calc_value": 1,
"name": "ImGuiDir_Right",
"value": "1"
},
{
"calc_value": 2,
"name": "ImGuiDir_Up",
"value": "2"
},
{
"calc_value": 3,
"name": "ImGuiDir_Down",
"value": "3"
},
{
"calc_value": 4,
"name": "ImGuiDir_COUNT",
"value": 4
}
],
"ImDrawListFlags_": [
{
"calc_value": 1,
"name": "ImDrawListFlags_AntiAliasedLines",
"value": "1 << 0"
},
{
"calc_value": 2,
"name": "ImDrawListFlags_AntiAliasedFill",
"value": "1 << 1"
}
],
"ImGuiDataType_": [
{
"calc_value": 0,
"name": "ImGuiDataType_S32",
"value": 0
},
{
"calc_value": 1,
"name": "ImGuiDataType_U32",
"value": 1
},
{
"calc_value": 2,
"name": "ImGuiDataType_S64",
"value": 2
},
{
"calc_value": 3,
"name": "ImGuiDataType_U64",
"value": 3
},
{
"calc_value": 4,
"name": "ImGuiDataType_Float",
"value": 4
},
{
"calc_value": 5,
"name": "ImGuiDataType_Double",
"value": 5
},
{
"calc_value": 6,
"name": "ImGuiDataType_COUNT",
"value": 6
}
],
"ImGuiBackendFlags_": [
{
"calc_value": 1,
"name": "ImGuiBackendFlags_HasGamepad",
"value": "1 << 0"
},
{
"calc_value": 2,
"name": "ImGuiBackendFlags_HasMouseCursors",
"value": "1 << 1"
},
{
"calc_value": 4,
"name": "ImGuiBackendFlags_HasSetMousePos",
"value": "1 << 2"
}
]
},
"structs": {
"ImDrawVert": [
{
"type": "ImVec2",
"name": "pos"
},
{
"type": "ImVec2",
"name": "uv"
},
{
"type": "ImU32",
"name": "col"
}
],
"ImDrawList": [
{
"type": "ImVector_ImDrawCmd",
"template_type": "ImDrawCmd",
"name": "CmdBuffer"
},
{
"type": "ImVector_ImDrawIdx",
"template_type": "ImDrawIdx",
"name": "IdxBuffer"
},
{
"type": "ImVector_ImDrawVert",
"template_type": "ImDrawVert",
"name": "VtxBuffer"
},
{
"type": "ImDrawListFlags",
"name": "Flags"
},
{
"type": "const ImDrawListSharedData*",
"name": "_Data"
},
{
"type": "const char*",
"name": "_OwnerName"
},
{
"type": "unsigned int",
"name": "_VtxCurrentIdx"
},
{
"type": "ImDrawVert*",
"name": "_VtxWritePtr"
},
{
"type": "ImDrawIdx*",
"name": "_IdxWritePtr"
},
{
"type": "ImVector_ImVec4",
"template_type": "ImVec4",
"name": "_ClipRectStack"
},
{
"type": "ImVector_ImTextureID",
"template_type": "ImTextureID",
"name": "_TextureIdStack"
},
{
"type": "ImVector_ImVec2",
"template_type": "ImVec2",
"name": "_Path"
},
{
"type": "int",
"name": "_ChannelsCurrent"
},
{
"type": "int",
"name": "_ChannelsCount"
},
{
"type": "ImVector_ImDrawChannel",
"template_type": "ImDrawChannel",
"name": "_Channels"
}
],
"Pair": [
{
"type": "ImGuiID",
"name": "key"
},
{
"type": "union { int val_i; float val_f; void* val_p;",
"name": "}"
}
],
"ImFont": [
{
"type": "float",
"name": "FontSize"
},
{
"type": "float",
"name": "Scale"
},
{
"type": "ImVec2",
"name": "DisplayOffset"
},
{
"type": "ImVector_ImFontGlyph",
"template_type": "ImFontGlyph",
"name": "Glyphs"
},
{
"type": "ImVector_float",
"template_type": "float",
"name": "IndexAdvanceX"
},
{
"type": "ImVector_unsigned_short",
"template_type": "unsigned short",
"name": "IndexLookup"
},
{
"type": "const ImFontGlyph*",
"name": "FallbackGlyph"
},
{
"type": "float",
"name": "FallbackAdvanceX"
},
{
"type": "ImWchar",
"name": "FallbackChar"
},
{
"type": "short",
"name": "ConfigDataCount"
},
{
"type": "ImFontConfig*",
"name": "ConfigData"
},
{
"type": "ImFontAtlas*",
"name": "ContainerAtlas"
},
{
"type": "float",
"name": "Ascent"
},
{
"type": "float",
"name": "Descent"
},
{
"type": "bool",
"name": "DirtyLookupTables"
},
{
"type": "int",
"name": "MetricsTotalSurface"
}
],
"ImGuiListClipper": [
{
"type": "float",
"name": "StartPosY"
},
{
"type": "float",
"name": "ItemsHeight"
},
{
"type": "int",
"name": "ItemsCount"
},
{
"type": "int",
"name": "StepNo"
},
{
"type": "int",
"name": "DisplayStart"
},
{
"type": "int",
"name": "DisplayEnd"
}
],
"CustomRect": [
{
"type": "unsigned int",
"name": "ID"
},
{
"type": "unsigned short",
"name": "Width"
},
{
"type": "unsigned short",
"name": "Height"
},
{
"type": "unsigned short",
"name": "X"
},
{
"type": "unsigned short",
"name": "Y"
},
{
"type": "float",
"name": "GlyphAdvanceX"
},
{
"type": "ImVec2",
"name": "GlyphOffset"
},
{
"type": "ImFont*",
"name": "Font"
}
],
"ImVec4": [
{
"type": "float",
"name": "x"
},
{
"type": "float",
"name": "y"
},
{
"type": "float",
"name": "z"
},
{
"type": "float",
"name": "w"
}
],
"GlyphRangesBuilder": [
{
"type": "ImVector_unsigned_char",
"template_type": "unsigned char",
"name": "UsedChars"
}
],
"ImGuiStorage": [
{
"type": "ImVector_Pair",
"template_type": "Pair",
"name": "Data"
}
],
"ImFontAtlas": [
{
"type": "bool",
"name": "Locked"
},
{
"type": "ImFontAtlasFlags",
"name": "Flags"
},
{
"type": "ImTextureID",
"name": "TexID"
},
{
"type": "int",
"name": "TexDesiredWidth"
},
{
"type": "int",
"name": "TexGlyphPadding"
},
{
"type": "unsigned char*",
"name": "TexPixelsAlpha8"
},
{
"type": "unsigned int*",
"name": "TexPixelsRGBA32"
},
{
"type": "int",
"name": "TexWidth"
},
{
"type": "int",
"name": "TexHeight"
},
{
"type": "ImVec2",
"name": "TexUvScale"
},
{
"type": "ImVec2",
"name": "TexUvWhitePixel"
},
{
"type": "ImVector_ImFontPtr",
"template_type": "ImFont*",
"name": "Fonts"
},
{
"type": "ImVector_CustomRect",
"template_type": "CustomRect",
"name": "CustomRects"
},
{
"type": "ImVector_ImFontConfig",
"template_type": "ImFontConfig",
"name": "ConfigData"
},
{
"type": "int",
"size": 1,
"name": "CustomRectIds[1]"
}
],
"ImFontGlyph": [
{
"type": "ImWchar",
"name": "Codepoint"
},
{
"type": "float",
"name": "AdvanceX"
},
{
"type": "float",
"name": "X0"
},
{
"type": "float",
"name": "Y0"
},
{
"type": "float",
"name": "X1"
},
{
"type": "float",
"name": "Y1"
},
{
"type": "float",
"name": "U0"
},
{
"type": "float",
"name": "V0"
},
{
"type": "float",
"name": "U1"
},
{
"type": "float",
"name": "V1"
}
],
"ImFontConfig": [
{
"type": "void*",
"name": "FontData"
},
{
"type": "int",
"name": "FontDataSize"
},
{
"type": "bool",
"name": "FontDataOwnedByAtlas"
},
{
"type": "int",
"name": "FontNo"
},
{
"type": "float",
"name": "SizePixels"
},
{
"type": "int",
"name": "OversampleH"
},
{
"type": "int",
"name": "OversampleV"
},
{
"type": "bool",
"name": "PixelSnapH"
},
{
"type": "ImVec2",
"name": "GlyphExtraSpacing"
},
{
"type": "ImVec2",
"name": "GlyphOffset"
},
{
"type": "const ImWchar*",
"name": "GlyphRanges"
},
{
"type": "float",
"name": "GlyphMinAdvanceX"
},
{
"type": "float",
"name": "GlyphMaxAdvanceX"
},
{
"type": "bool",
"name": "MergeMode"
},
{
"type": "unsigned int",
"name": "RasterizerFlags"
},
{
"type": "float",
"name": "RasterizerMultiply"
},
{
"type": "char",
"size": 40,
"name": "Name[40]"
},
{
"type": "ImFont*",
"name": "DstFont"
}
],
"ImDrawData": [
{
"type": "bool",
"name": "Valid"
},
{
"type": "ImDrawList**",
"name": "CmdLists"
},
{
"type": "int",
"name": "CmdListsCount"
},
{
"type": "int",
"name": "TotalIdxCount"
},
{
"type": "int",
"name": "TotalVtxCount"
},
{
"type": "ImVec2",
"name": "DisplayPos"
},
{
"type": "ImVec2",
"name": "DisplaySize"
}
],
"ImGuiTextBuffer": [
{
"type": "ImVector_char",
"template_type": "char",
"name": "Buf"
}
],
"ImGuiStyle": [
{
"type": "float",
"name": "Alpha"
},
{
"type": "ImVec2",
"name": "WindowPadding"
},
{
"type": "float",
"name": "WindowRounding"
},
{
"type": "float",
"name": "WindowBorderSize"
},
{
"type": "ImVec2",
"name": "WindowMinSize"
},
{
"type": "ImVec2",
"name": "WindowTitleAlign"
},
{
"type": "float",
"name": "ChildRounding"
},
{
"type": "float",
"name": "ChildBorderSize"
},
{
"type": "float",
"name": "PopupRounding"
},
{
"type": "float",
"name": "PopupBorderSize"
},
{
"type": "ImVec2",
"name": "FramePadding"
},
{
"type": "float",
"name": "FrameRounding"
},
{
"type": "float",
"name": "FrameBorderSize"
},
{
"type": "ImVec2",
"name": "ItemSpacing"
},
{
"type": "ImVec2",
"name": "ItemInnerSpacing"
},
{
"type": "ImVec2",
"name": "TouchExtraPadding"
},
{
"type": "float",
"name": "IndentSpacing"
},
{
"type": "float",
"name": "ColumnsMinSpacing"
},
{
"type": "float",
"name": "ScrollbarSize"
},
{
"type": "float",
"name": "ScrollbarRounding"
},
{
"type": "float",
"name": "GrabMinSize"
},
{
"type": "float",
"name": "GrabRounding"
},
{
"type": "ImVec2",
"name": "ButtonTextAlign"
},
{
"type": "ImVec2",
"name": "DisplayWindowPadding"
},
{
"type": "ImVec2",
"name": "DisplaySafeAreaPadding"
},
{
"type": "float",
"name": "MouseCursorScale"
},
{
"type": "bool",
"name": "AntiAliasedLines"
},
{
"type": "bool",
"name": "AntiAliasedFill"
},
{
"type": "float",
"name": "CurveTessellationTol"
},
{
"type": "ImVec4",
"size": 43,
"name": "Colors[ImGuiCol_COUNT]"
}
],
"ImDrawChannel": [
{
"type": "ImVector_ImDrawCmd",
"template_type": "ImDrawCmd",
"name": "CmdBuffer"
},
{
"type": "ImVector_ImDrawIdx",
"template_type": "ImDrawIdx",
"name": "IdxBuffer"
}
],
"ImDrawCmd": [
{
"type": "unsigned int",
"name": "ElemCount"
},
{
"type": "ImVec4",
"name": "ClipRect"
},
{
"type": "ImTextureID",
"name": "TextureId"
},
{
"type": "ImDrawCallback",
"name": "UserCallback"
},
{
"type": "void*",
"name": "UserCallbackData"
}
],
"TextRange": [
{
"type": "const char*",
"name": "b"
},
{
"type": "const char*",
"name": "e"
}
],
"ImGuiOnceUponAFrame": [
{
"type": "int",
"name": "RefFrame"
}
],
"ImVector": [],
"ImGuiIO": [
{
"type": "ImGuiConfigFlags",
"name": "ConfigFlags"
},
{
"type": "ImGuiBackendFlags",
"name": "BackendFlags"
},
{
"type": "ImVec2",
"name": "DisplaySize"
},
{
"type": "float",
"name": "DeltaTime"
},
{
"type": "float",
"name": "IniSavingRate"
},
{
"type": "const char*",
"name": "IniFilename"
},
{
"type": "const char*",
"name": "LogFilename"
},
{
"type": "float",
"name": "MouseDoubleClickTime"
},
{
"type": "float",
"name": "MouseDoubleClickMaxDist"
},
{
"type": "float",
"name": "MouseDragThreshold"
},
{
"type": "int",
"size": 21,
"name": "KeyMap[ImGuiKey_COUNT]"
},
{
"type": "float",
"name": "KeyRepeatDelay"
},
{
"type": "float",
"name": "KeyRepeatRate"
},
{
"type": "void*",
"name": "UserData"
},
{
"type": "ImFontAtlas*",
"name": "Fonts"
},
{
"type": "float",
"name": "FontGlobalScale"
},
{
"type": "bool",
"name": "FontAllowUserScaling"
},
{
"type": "ImFont*",
"name": "FontDefault"
},
{
"type": "ImVec2",
"name": "DisplayFramebufferScale"
},
{
"type": "ImVec2",
"name": "DisplayVisibleMin"
},
{
"type": "ImVec2",
"name": "DisplayVisibleMax"
},
{
"type": "bool",
"name": "MouseDrawCursor"
},
{
"type": "bool",
"name": "ConfigMacOSXBehaviors"
},
{
"type": "bool",
"name": "ConfigInputTextCursorBlink"
},
{
"type": "bool",
"name": "ConfigResizeWindowsFromEdges"
},
{
"type": "const char*(*)(void* user_data)",
"name": "GetClipboardTextFn"
},
{
"type": "void(*)(void* user_data,const char* text)",
"name": "SetClipboardTextFn"
},
{
"type": "void*",
"name": "ClipboardUserData"
},
{
"type": "void(*)(int x,int y)",
"name": "ImeSetInputScreenPosFn"
},
{
"type": "void*",
"name": "ImeWindowHandle"
},
{
"type": "void*",
"name": "RenderDrawListsFnUnused"
},
{
"type": "ImVec2",
"name": "MousePos"
},
{
"type": "bool",
"size": 5,
"name": "MouseDown[5]"
},
{
"type": "float",
"name": "MouseWheel"
},
{
"type": "float",
"name": "MouseWheelH"
},
{
"type": "bool",
"name": "KeyCtrl"
},
{
"type": "bool",
"name": "KeyShift"
},
{
"type": "bool",
"name": "KeyAlt"
},
{
"type": "bool",
"name": "KeySuper"
},
{
"type": "bool",
"size": 512,
"name": "KeysDown[512]"
},
{
"type": "ImWchar",
"size": 17,
"name": "InputCharacters[16+1]"
},
{
"type": "float",
"size": 21,
"name": "NavInputs[ImGuiNavInput_COUNT]"
},
{
"type": "bool",
"name": "WantCaptureMouse"
},
{
"type": "bool",
"name": "WantCaptureKeyboard"
},
{
"type": "bool",
"name": "WantTextInput"
},
{
"type": "bool",
"name": "WantSetMousePos"
},
{
"type": "bool",
"name": "WantSaveIniSettings"
},
{
"type": "bool",
"name": "NavActive"
},
{
"type": "bool",
"name": "NavVisible"
},
{
"type": "float",
"name": "Framerate"
},
{
"type": "int",
"name": "MetricsRenderVertices"
},
{
"type": "int",
"name": "MetricsRenderIndices"
},
{
"type": "int",
"name": "MetricsRenderWindows"
},
{
"type": "int",
"name": "MetricsActiveWindows"
},
{
"type": "int",
"name": "MetricsActiveAllocations"
},
{
"type": "ImVec2",
"name": "MouseDelta"
},
{
"type": "ImVec2",
"name": "MousePosPrev"
},
{
"type": "ImVec2",
"size": 5,
"name": "MouseClickedPos[5]"
},
{
"type": "double",
"size": 5,
"name": "MouseClickedTime[5]"
},
{
"type": "bool",
"size": 5,
"name": "MouseClicked[5]"
},
{
"type": "bool",
"size": 5,
"name": "MouseDoubleClicked[5]"
},
{
"type": "bool",
"size": 5,
"name": "MouseReleased[5]"
},
{
"type": "bool",
"size": 5,
"name": "MouseDownOwned[5]"
},
{
"type": "float",
"size": 5,
"name": "MouseDownDuration[5]"
},
{
"type": "float",
"size": 5,
"name": "MouseDownDurationPrev[5]"
},
{
"type": "ImVec2",
"size": 5,
"name": "MouseDragMaxDistanceAbs[5]"
},
{
"type": "float",
"size": 5,
"name": "MouseDragMaxDistanceSqr[5]"
},
{
"type": "float",
"size": 512,
"name": "KeysDownDuration[512]"
},
{
"type": "float",
"size": 512,
"name": "KeysDownDurationPrev[512]"
},
{
"type": "float",
"size": 21,
"name": "NavInputsDownDuration[ImGuiNavInput_COUNT]"
},
{
"type": "float",
"size": 21,
"name": "NavInputsDownDurationPrev[ImGuiNavInput_COUNT]"
}
],
"ImGuiPayload": [
{
"type": "void*",
"name": "Data"
},
{
"type": "int",
"name": "DataSize"
},
{
"type": "ImGuiID",
"name": "SourceId"
},
{
"type": "ImGuiID",
"name": "SourceParentId"
},
{
"type": "int",
"name": "DataFrameCount"
},
{
"type": "char",
"size": 33,
"name": "DataType[32+1]"
},
{
"type": "bool",
"name": "Preview"
},
{
"type": "bool",
"name": "Delivery"
}
],
"ImColor": [
{
"type": "ImVec4",
"name": "Value"
}
],
"ImGuiSizeCallbackData": [
{
"type": "void*",
"name": "UserData"
},
{
"type": "ImVec2",
"name": "Pos"
},
{
"type": "ImVec2",
"name": "CurrentSize"
},
{
"type": "ImVec2",
"name": "DesiredSize"
}
],
"ImGuiTextFilter": [
{
"type": "char",
"size": 256,
"name": "InputBuf[256]"
},
{
"type": "ImVector_TextRange",
"template_type": "TextRange",
"name": "Filters"
},
{
"type": "int",
"name": "CountGrep"
}
],
"ImGuiInputTextCallbackData": [
{
"type": "ImGuiInputTextFlags",
"name": "EventFlag"
},
{
"type": "ImGuiInputTextFlags",
"name": "Flags"
},
{
"type": "void*",
"name": "UserData"
},
{
"type": "ImWchar",
"name": "EventChar"
},
{
"type": "ImGuiKey",
"name": "EventKey"
},
{
"type": "char*",
"name": "Buf"
},
{
"type": "int",
"name": "BufTextLen"
},
{
"type": "int",
"name": "BufSize"
},
{
"type": "bool",
"name": "BufDirty"
},
{
"type": "int",
"name": "CursorPos"
},
{
"type": "int",
"name": "SelectionStart"
},
{
"type": "int",
"name": "SelectionEnd"
}
],
"ImVec2": [
{
"type": "float",
"name": "x"
},
{
"type": "float",
"name": "y"
}
]
}
}