mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-10 21:18:36 +00:00
5113 lines
111 KiB
JSON
5113 lines
111 KiB
JSON
{
|
|
"enums": {
|
|
"ImDrawFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImDrawFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImDrawFlags_Closed",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImDrawFlags_RoundCornersTopLeft",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImDrawFlags_RoundCornersTopRight",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImDrawFlags_RoundCornersBottomLeft",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImDrawFlags_RoundCornersBottomRight",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImDrawFlags_RoundCornersNone",
|
|
"value": "1 << 8"
|
|
},
|
|
{
|
|
"calc_value": 48,
|
|
"name": "ImDrawFlags_RoundCornersTop",
|
|
"value": "ImDrawFlags_RoundCornersTopLeft | ImDrawFlags_RoundCornersTopRight"
|
|
},
|
|
{
|
|
"calc_value": 192,
|
|
"name": "ImDrawFlags_RoundCornersBottom",
|
|
"value": "ImDrawFlags_RoundCornersBottomLeft | ImDrawFlags_RoundCornersBottomRight"
|
|
},
|
|
{
|
|
"calc_value": 80,
|
|
"name": "ImDrawFlags_RoundCornersLeft",
|
|
"value": "ImDrawFlags_RoundCornersBottomLeft | ImDrawFlags_RoundCornersTopLeft"
|
|
},
|
|
{
|
|
"calc_value": 160,
|
|
"name": "ImDrawFlags_RoundCornersRight",
|
|
"value": "ImDrawFlags_RoundCornersBottomRight | ImDrawFlags_RoundCornersTopRight"
|
|
},
|
|
{
|
|
"calc_value": 240,
|
|
"name": "ImDrawFlags_RoundCornersAll",
|
|
"value": "ImDrawFlags_RoundCornersTopLeft | ImDrawFlags_RoundCornersTopRight | ImDrawFlags_RoundCornersBottomLeft | ImDrawFlags_RoundCornersBottomRight"
|
|
},
|
|
{
|
|
"calc_value": 240,
|
|
"name": "ImDrawFlags_RoundCornersDefault_",
|
|
"value": "ImDrawFlags_RoundCornersAll"
|
|
},
|
|
{
|
|
"calc_value": 496,
|
|
"name": "ImDrawFlags_RoundCornersMask_",
|
|
"value": "ImDrawFlags_RoundCornersAll | ImDrawFlags_RoundCornersNone"
|
|
}
|
|
],
|
|
"ImDrawListFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImDrawListFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImDrawListFlags_AntiAliasedLines",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImDrawListFlags_AntiAliasedLinesUseTex",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImDrawListFlags_AntiAliasedFill",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImDrawListFlags_AllowVtxOffset",
|
|
"value": "1 << 3"
|
|
}
|
|
],
|
|
"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"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImFontAtlasFlags_NoBakedLines",
|
|
"value": "1 << 2"
|
|
}
|
|
],
|
|
"ImGuiBackendFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiBackendFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiBackendFlags_RendererHasVtxOffset",
|
|
"value": "1 << 3"
|
|
}
|
|
],
|
|
"ImGuiButtonFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiButtonFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiButtonFlags_MouseButtonLeft",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiButtonFlags_MouseButtonRight",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiButtonFlags_MouseButtonMiddle",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 7,
|
|
"name": "ImGuiButtonFlags_MouseButtonMask_",
|
|
"value": "ImGuiButtonFlags_MouseButtonLeft | ImGuiButtonFlags_MouseButtonRight | ImGuiButtonFlags_MouseButtonMiddle"
|
|
}
|
|
],
|
|
"ImGuiChildFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiChildFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiChildFlags_Borders",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiChildFlags_AlwaysUseWindowPadding",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiChildFlags_ResizeX",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiChildFlags_ResizeY",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiChildFlags_AutoResizeX",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiChildFlags_AutoResizeY",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiChildFlags_AlwaysAutoResize",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiChildFlags_FrameStyle",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiChildFlags_NavFlattened",
|
|
"value": "1 << 8"
|
|
}
|
|
],
|
|
"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_TabHovered",
|
|
"value": "33"
|
|
},
|
|
{
|
|
"calc_value": 34,
|
|
"name": "ImGuiCol_Tab",
|
|
"value": "34"
|
|
},
|
|
{
|
|
"calc_value": 35,
|
|
"name": "ImGuiCol_TabSelected",
|
|
"value": "35"
|
|
},
|
|
{
|
|
"calc_value": 36,
|
|
"name": "ImGuiCol_TabSelectedOverline",
|
|
"value": "36"
|
|
},
|
|
{
|
|
"calc_value": 37,
|
|
"name": "ImGuiCol_TabDimmed",
|
|
"value": "37"
|
|
},
|
|
{
|
|
"calc_value": 38,
|
|
"name": "ImGuiCol_TabDimmedSelected",
|
|
"value": "38"
|
|
},
|
|
{
|
|
"calc_value": 39,
|
|
"name": "ImGuiCol_TabDimmedSelectedOverline",
|
|
"value": "39"
|
|
},
|
|
{
|
|
"calc_value": 40,
|
|
"name": "ImGuiCol_PlotLines",
|
|
"value": "40"
|
|
},
|
|
{
|
|
"calc_value": 41,
|
|
"name": "ImGuiCol_PlotLinesHovered",
|
|
"value": "41"
|
|
},
|
|
{
|
|
"calc_value": 42,
|
|
"name": "ImGuiCol_PlotHistogram",
|
|
"value": "42"
|
|
},
|
|
{
|
|
"calc_value": 43,
|
|
"name": "ImGuiCol_PlotHistogramHovered",
|
|
"value": "43"
|
|
},
|
|
{
|
|
"calc_value": 44,
|
|
"name": "ImGuiCol_TableHeaderBg",
|
|
"value": "44"
|
|
},
|
|
{
|
|
"calc_value": 45,
|
|
"name": "ImGuiCol_TableBorderStrong",
|
|
"value": "45"
|
|
},
|
|
{
|
|
"calc_value": 46,
|
|
"name": "ImGuiCol_TableBorderLight",
|
|
"value": "46"
|
|
},
|
|
{
|
|
"calc_value": 47,
|
|
"name": "ImGuiCol_TableRowBg",
|
|
"value": "47"
|
|
},
|
|
{
|
|
"calc_value": 48,
|
|
"name": "ImGuiCol_TableRowBgAlt",
|
|
"value": "48"
|
|
},
|
|
{
|
|
"calc_value": 49,
|
|
"name": "ImGuiCol_TextLink",
|
|
"value": "49"
|
|
},
|
|
{
|
|
"calc_value": 50,
|
|
"name": "ImGuiCol_TextSelectedBg",
|
|
"value": "50"
|
|
},
|
|
{
|
|
"calc_value": 51,
|
|
"name": "ImGuiCol_DragDropTarget",
|
|
"value": "51"
|
|
},
|
|
{
|
|
"calc_value": 52,
|
|
"name": "ImGuiCol_NavHighlight",
|
|
"value": "52"
|
|
},
|
|
{
|
|
"calc_value": 53,
|
|
"name": "ImGuiCol_NavWindowingHighlight",
|
|
"value": "53"
|
|
},
|
|
{
|
|
"calc_value": 54,
|
|
"name": "ImGuiCol_NavWindowingDimBg",
|
|
"value": "54"
|
|
},
|
|
{
|
|
"calc_value": 55,
|
|
"name": "ImGuiCol_ModalWindowDimBg",
|
|
"value": "55"
|
|
},
|
|
{
|
|
"calc_value": 56,
|
|
"name": "ImGuiCol_COUNT",
|
|
"value": "56"
|
|
}
|
|
],
|
|
"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": 1024,
|
|
"name": "ImGuiColorEditFlags_NoBorder",
|
|
"value": "1 << 10"
|
|
},
|
|
{
|
|
"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_DisplayRGB",
|
|
"value": "1 << 20"
|
|
},
|
|
{
|
|
"calc_value": 2097152,
|
|
"name": "ImGuiColorEditFlags_DisplayHSV",
|
|
"value": "1 << 21"
|
|
},
|
|
{
|
|
"calc_value": 4194304,
|
|
"name": "ImGuiColorEditFlags_DisplayHex",
|
|
"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": 134217728,
|
|
"name": "ImGuiColorEditFlags_InputRGB",
|
|
"value": "1 << 27"
|
|
},
|
|
{
|
|
"calc_value": 268435456,
|
|
"name": "ImGuiColorEditFlags_InputHSV",
|
|
"value": "1 << 28"
|
|
},
|
|
{
|
|
"calc_value": 177209344,
|
|
"name": "ImGuiColorEditFlags_DefaultOptions_",
|
|
"value": "ImGuiColorEditFlags_Uint8 | ImGuiColorEditFlags_DisplayRGB | ImGuiColorEditFlags_InputRGB | ImGuiColorEditFlags_PickerHueBar"
|
|
},
|
|
{
|
|
"calc_value": 7340032,
|
|
"name": "ImGuiColorEditFlags_DisplayMask_",
|
|
"value": "ImGuiColorEditFlags_DisplayRGB | ImGuiColorEditFlags_DisplayHSV | ImGuiColorEditFlags_DisplayHex"
|
|
},
|
|
{
|
|
"calc_value": 25165824,
|
|
"name": "ImGuiColorEditFlags_DataTypeMask_",
|
|
"value": "ImGuiColorEditFlags_Uint8 | ImGuiColorEditFlags_Float"
|
|
},
|
|
{
|
|
"calc_value": 100663296,
|
|
"name": "ImGuiColorEditFlags_PickerMask_",
|
|
"value": "ImGuiColorEditFlags_PickerHueWheel | ImGuiColorEditFlags_PickerHueBar"
|
|
},
|
|
{
|
|
"calc_value": 402653184,
|
|
"name": "ImGuiColorEditFlags_InputMask_",
|
|
"value": "ImGuiColorEditFlags_InputRGB | ImGuiColorEditFlags_InputHSV"
|
|
}
|
|
],
|
|
"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": 128,
|
|
"name": "ImGuiComboFlags_WidthFitPreview",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 30,
|
|
"name": "ImGuiComboFlags_HeightMask_",
|
|
"value": "ImGuiComboFlags_HeightSmall | ImGuiComboFlags_HeightRegular | ImGuiComboFlags_HeightLarge | ImGuiComboFlags_HeightLargest"
|
|
}
|
|
],
|
|
"ImGuiCond_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiCond_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
],
|
|
"ImGuiConfigFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiConfigFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"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": 64,
|
|
"name": "ImGuiConfigFlags_NoKeyboard",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 1048576,
|
|
"name": "ImGuiConfigFlags_IsSRGB",
|
|
"value": "1 << 20"
|
|
},
|
|
{
|
|
"calc_value": 2097152,
|
|
"name": "ImGuiConfigFlags_IsTouchScreen",
|
|
"value": "1 << 21"
|
|
}
|
|
],
|
|
"ImGuiDataType_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiDataType_S8",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiDataType_U8",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiDataType_S16",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiDataType_U16",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiDataType_S32",
|
|
"value": "4"
|
|
},
|
|
{
|
|
"calc_value": 5,
|
|
"name": "ImGuiDataType_U32",
|
|
"value": "5"
|
|
},
|
|
{
|
|
"calc_value": 6,
|
|
"name": "ImGuiDataType_S64",
|
|
"value": "6"
|
|
},
|
|
{
|
|
"calc_value": 7,
|
|
"name": "ImGuiDataType_U64",
|
|
"value": "7"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiDataType_Float",
|
|
"value": "8"
|
|
},
|
|
{
|
|
"calc_value": 9,
|
|
"name": "ImGuiDataType_Double",
|
|
"value": "9"
|
|
},
|
|
{
|
|
"calc_value": 10,
|
|
"name": "ImGuiDataType_Bool",
|
|
"value": "10"
|
|
},
|
|
{
|
|
"calc_value": 11,
|
|
"name": "ImGuiDataType_COUNT",
|
|
"value": "11"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
],
|
|
"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_PayloadAutoExpire",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiDragDropFlags_PayloadNoCrossContext",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiDragDropFlags_PayloadNoCrossProcess",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
],
|
|
"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": 8,
|
|
"name": "ImGuiFocusedFlags_NoPopupHierarchy",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiFocusedFlags_RootAndChildWindows",
|
|
"value": "ImGuiFocusedFlags_RootWindow | ImGuiFocusedFlags_ChildWindows"
|
|
}
|
|
],
|
|
"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_NoPopupHierarchy",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiHoveredFlags_AllowWhenBlockedByPopup",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiHoveredFlags_AllowWhenBlockedByActiveItem",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiHoveredFlags_AllowWhenOverlappedByItem",
|
|
"value": "1 << 8"
|
|
},
|
|
{
|
|
"calc_value": 512,
|
|
"name": "ImGuiHoveredFlags_AllowWhenOverlappedByWindow",
|
|
"value": "1 << 9"
|
|
},
|
|
{
|
|
"calc_value": 1024,
|
|
"name": "ImGuiHoveredFlags_AllowWhenDisabled",
|
|
"value": "1 << 10"
|
|
},
|
|
{
|
|
"calc_value": 2048,
|
|
"name": "ImGuiHoveredFlags_NoNavOverride",
|
|
"value": "1 << 11"
|
|
},
|
|
{
|
|
"calc_value": 768,
|
|
"name": "ImGuiHoveredFlags_AllowWhenOverlapped",
|
|
"value": "ImGuiHoveredFlags_AllowWhenOverlappedByItem | ImGuiHoveredFlags_AllowWhenOverlappedByWindow"
|
|
},
|
|
{
|
|
"calc_value": 928,
|
|
"name": "ImGuiHoveredFlags_RectOnly",
|
|
"value": "ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveItem | ImGuiHoveredFlags_AllowWhenOverlapped"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiHoveredFlags_RootAndChildWindows",
|
|
"value": "ImGuiHoveredFlags_RootWindow | ImGuiHoveredFlags_ChildWindows"
|
|
},
|
|
{
|
|
"calc_value": 4096,
|
|
"name": "ImGuiHoveredFlags_ForTooltip",
|
|
"value": "1 << 12"
|
|
},
|
|
{
|
|
"calc_value": 8192,
|
|
"name": "ImGuiHoveredFlags_Stationary",
|
|
"value": "1 << 13"
|
|
},
|
|
{
|
|
"calc_value": 16384,
|
|
"name": "ImGuiHoveredFlags_DelayNone",
|
|
"value": "1 << 14"
|
|
},
|
|
{
|
|
"calc_value": 32768,
|
|
"name": "ImGuiHoveredFlags_DelayShort",
|
|
"value": "1 << 15"
|
|
},
|
|
{
|
|
"calc_value": 65536,
|
|
"name": "ImGuiHoveredFlags_DelayNormal",
|
|
"value": "1 << 16"
|
|
},
|
|
{
|
|
"calc_value": 131072,
|
|
"name": "ImGuiHoveredFlags_NoSharedDelay",
|
|
"value": "1 << 17"
|
|
}
|
|
],
|
|
"ImGuiInputFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiInputFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiInputFlags_Repeat",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 1024,
|
|
"name": "ImGuiInputFlags_RouteActive",
|
|
"value": "1 << 10"
|
|
},
|
|
{
|
|
"calc_value": 2048,
|
|
"name": "ImGuiInputFlags_RouteFocused",
|
|
"value": "1 << 11"
|
|
},
|
|
{
|
|
"calc_value": 4096,
|
|
"name": "ImGuiInputFlags_RouteGlobal",
|
|
"value": "1 << 12"
|
|
},
|
|
{
|
|
"calc_value": 8192,
|
|
"name": "ImGuiInputFlags_RouteAlways",
|
|
"value": "1 << 13"
|
|
},
|
|
{
|
|
"calc_value": 16384,
|
|
"name": "ImGuiInputFlags_RouteOverFocused",
|
|
"value": "1 << 14"
|
|
},
|
|
{
|
|
"calc_value": 32768,
|
|
"name": "ImGuiInputFlags_RouteOverActive",
|
|
"value": "1 << 15"
|
|
},
|
|
{
|
|
"calc_value": 65536,
|
|
"name": "ImGuiInputFlags_RouteUnlessBgFocused",
|
|
"value": "1 << 16"
|
|
},
|
|
{
|
|
"calc_value": 131072,
|
|
"name": "ImGuiInputFlags_RouteFromRootWindow",
|
|
"value": "1 << 17"
|
|
},
|
|
{
|
|
"calc_value": 262144,
|
|
"name": "ImGuiInputFlags_Tooltip",
|
|
"value": "1 << 18"
|
|
}
|
|
],
|
|
"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_CharsScientific",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiInputTextFlags_CharsUppercase",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiInputTextFlags_CharsNoBlank",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiInputTextFlags_AllowTabInput",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiInputTextFlags_EnterReturnsTrue",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiInputTextFlags_EscapeClearsAll",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiInputTextFlags_CtrlEnterForNewLine",
|
|
"value": "1 << 8"
|
|
},
|
|
{
|
|
"calc_value": 512,
|
|
"name": "ImGuiInputTextFlags_ReadOnly",
|
|
"value": "1 << 9"
|
|
},
|
|
{
|
|
"calc_value": 1024,
|
|
"name": "ImGuiInputTextFlags_Password",
|
|
"value": "1 << 10"
|
|
},
|
|
{
|
|
"calc_value": 2048,
|
|
"name": "ImGuiInputTextFlags_AlwaysOverwrite",
|
|
"value": "1 << 11"
|
|
},
|
|
{
|
|
"calc_value": 4096,
|
|
"name": "ImGuiInputTextFlags_AutoSelectAll",
|
|
"value": "1 << 12"
|
|
},
|
|
{
|
|
"calc_value": 8192,
|
|
"name": "ImGuiInputTextFlags_ParseEmptyRefVal",
|
|
"value": "1 << 13"
|
|
},
|
|
{
|
|
"calc_value": 16384,
|
|
"name": "ImGuiInputTextFlags_DisplayEmptyRefVal",
|
|
"value": "1 << 14"
|
|
},
|
|
{
|
|
"calc_value": 32768,
|
|
"name": "ImGuiInputTextFlags_NoHorizontalScroll",
|
|
"value": "1 << 15"
|
|
},
|
|
{
|
|
"calc_value": 65536,
|
|
"name": "ImGuiInputTextFlags_NoUndoRedo",
|
|
"value": "1 << 16"
|
|
},
|
|
{
|
|
"calc_value": 131072,
|
|
"name": "ImGuiInputTextFlags_CallbackCompletion",
|
|
"value": "1 << 17"
|
|
},
|
|
{
|
|
"calc_value": 262144,
|
|
"name": "ImGuiInputTextFlags_CallbackHistory",
|
|
"value": "1 << 18"
|
|
},
|
|
{
|
|
"calc_value": 524288,
|
|
"name": "ImGuiInputTextFlags_CallbackAlways",
|
|
"value": "1 << 19"
|
|
},
|
|
{
|
|
"calc_value": 1048576,
|
|
"name": "ImGuiInputTextFlags_CallbackCharFilter",
|
|
"value": "1 << 20"
|
|
},
|
|
{
|
|
"calc_value": 2097152,
|
|
"name": "ImGuiInputTextFlags_CallbackResize",
|
|
"value": "1 << 21"
|
|
},
|
|
{
|
|
"calc_value": 4194304,
|
|
"name": "ImGuiInputTextFlags_CallbackEdit",
|
|
"value": "1 << 22"
|
|
}
|
|
],
|
|
"ImGuiItemFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiItemFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiItemFlags_NoTabStop",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiItemFlags_NoNav",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiItemFlags_NoNavDefaultFocus",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiItemFlags_ButtonRepeat",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiItemFlags_AutoClosePopups",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiItemFlags_AllowDuplicateId",
|
|
"value": "1 << 5"
|
|
}
|
|
],
|
|
"ImGuiKey": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiKey_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 512,
|
|
"name": "ImGuiKey_Tab",
|
|
"value": "512"
|
|
},
|
|
{
|
|
"calc_value": 513,
|
|
"name": "ImGuiKey_LeftArrow",
|
|
"value": "513"
|
|
},
|
|
{
|
|
"calc_value": 514,
|
|
"name": "ImGuiKey_RightArrow",
|
|
"value": "514"
|
|
},
|
|
{
|
|
"calc_value": 515,
|
|
"name": "ImGuiKey_UpArrow",
|
|
"value": "515"
|
|
},
|
|
{
|
|
"calc_value": 516,
|
|
"name": "ImGuiKey_DownArrow",
|
|
"value": "516"
|
|
},
|
|
{
|
|
"calc_value": 517,
|
|
"name": "ImGuiKey_PageUp",
|
|
"value": "517"
|
|
},
|
|
{
|
|
"calc_value": 518,
|
|
"name": "ImGuiKey_PageDown",
|
|
"value": "518"
|
|
},
|
|
{
|
|
"calc_value": 519,
|
|
"name": "ImGuiKey_Home",
|
|
"value": "519"
|
|
},
|
|
{
|
|
"calc_value": 520,
|
|
"name": "ImGuiKey_End",
|
|
"value": "520"
|
|
},
|
|
{
|
|
"calc_value": 521,
|
|
"name": "ImGuiKey_Insert",
|
|
"value": "521"
|
|
},
|
|
{
|
|
"calc_value": 522,
|
|
"name": "ImGuiKey_Delete",
|
|
"value": "522"
|
|
},
|
|
{
|
|
"calc_value": 523,
|
|
"name": "ImGuiKey_Backspace",
|
|
"value": "523"
|
|
},
|
|
{
|
|
"calc_value": 524,
|
|
"name": "ImGuiKey_Space",
|
|
"value": "524"
|
|
},
|
|
{
|
|
"calc_value": 525,
|
|
"name": "ImGuiKey_Enter",
|
|
"value": "525"
|
|
},
|
|
{
|
|
"calc_value": 526,
|
|
"name": "ImGuiKey_Escape",
|
|
"value": "526"
|
|
},
|
|
{
|
|
"calc_value": 527,
|
|
"name": "ImGuiKey_LeftCtrl",
|
|
"value": "527"
|
|
},
|
|
{
|
|
"calc_value": 528,
|
|
"name": "ImGuiKey_LeftShift",
|
|
"value": "528"
|
|
},
|
|
{
|
|
"calc_value": 529,
|
|
"name": "ImGuiKey_LeftAlt",
|
|
"value": "529"
|
|
},
|
|
{
|
|
"calc_value": 530,
|
|
"name": "ImGuiKey_LeftSuper",
|
|
"value": "530"
|
|
},
|
|
{
|
|
"calc_value": 531,
|
|
"name": "ImGuiKey_RightCtrl",
|
|
"value": "531"
|
|
},
|
|
{
|
|
"calc_value": 532,
|
|
"name": "ImGuiKey_RightShift",
|
|
"value": "532"
|
|
},
|
|
{
|
|
"calc_value": 533,
|
|
"name": "ImGuiKey_RightAlt",
|
|
"value": "533"
|
|
},
|
|
{
|
|
"calc_value": 534,
|
|
"name": "ImGuiKey_RightSuper",
|
|
"value": "534"
|
|
},
|
|
{
|
|
"calc_value": 535,
|
|
"name": "ImGuiKey_Menu",
|
|
"value": "535"
|
|
},
|
|
{
|
|
"calc_value": 536,
|
|
"name": "ImGuiKey_0",
|
|
"value": "536"
|
|
},
|
|
{
|
|
"calc_value": 537,
|
|
"name": "ImGuiKey_1",
|
|
"value": "537"
|
|
},
|
|
{
|
|
"calc_value": 538,
|
|
"name": "ImGuiKey_2",
|
|
"value": "538"
|
|
},
|
|
{
|
|
"calc_value": 539,
|
|
"name": "ImGuiKey_3",
|
|
"value": "539"
|
|
},
|
|
{
|
|
"calc_value": 540,
|
|
"name": "ImGuiKey_4",
|
|
"value": "540"
|
|
},
|
|
{
|
|
"calc_value": 541,
|
|
"name": "ImGuiKey_5",
|
|
"value": "541"
|
|
},
|
|
{
|
|
"calc_value": 542,
|
|
"name": "ImGuiKey_6",
|
|
"value": "542"
|
|
},
|
|
{
|
|
"calc_value": 543,
|
|
"name": "ImGuiKey_7",
|
|
"value": "543"
|
|
},
|
|
{
|
|
"calc_value": 544,
|
|
"name": "ImGuiKey_8",
|
|
"value": "544"
|
|
},
|
|
{
|
|
"calc_value": 545,
|
|
"name": "ImGuiKey_9",
|
|
"value": "545"
|
|
},
|
|
{
|
|
"calc_value": 546,
|
|
"name": "ImGuiKey_A",
|
|
"value": "546"
|
|
},
|
|
{
|
|
"calc_value": 547,
|
|
"name": "ImGuiKey_B",
|
|
"value": "547"
|
|
},
|
|
{
|
|
"calc_value": 548,
|
|
"name": "ImGuiKey_C",
|
|
"value": "548"
|
|
},
|
|
{
|
|
"calc_value": 549,
|
|
"name": "ImGuiKey_D",
|
|
"value": "549"
|
|
},
|
|
{
|
|
"calc_value": 550,
|
|
"name": "ImGuiKey_E",
|
|
"value": "550"
|
|
},
|
|
{
|
|
"calc_value": 551,
|
|
"name": "ImGuiKey_F",
|
|
"value": "551"
|
|
},
|
|
{
|
|
"calc_value": 552,
|
|
"name": "ImGuiKey_G",
|
|
"value": "552"
|
|
},
|
|
{
|
|
"calc_value": 553,
|
|
"name": "ImGuiKey_H",
|
|
"value": "553"
|
|
},
|
|
{
|
|
"calc_value": 554,
|
|
"name": "ImGuiKey_I",
|
|
"value": "554"
|
|
},
|
|
{
|
|
"calc_value": 555,
|
|
"name": "ImGuiKey_J",
|
|
"value": "555"
|
|
},
|
|
{
|
|
"calc_value": 556,
|
|
"name": "ImGuiKey_K",
|
|
"value": "556"
|
|
},
|
|
{
|
|
"calc_value": 557,
|
|
"name": "ImGuiKey_L",
|
|
"value": "557"
|
|
},
|
|
{
|
|
"calc_value": 558,
|
|
"name": "ImGuiKey_M",
|
|
"value": "558"
|
|
},
|
|
{
|
|
"calc_value": 559,
|
|
"name": "ImGuiKey_N",
|
|
"value": "559"
|
|
},
|
|
{
|
|
"calc_value": 560,
|
|
"name": "ImGuiKey_O",
|
|
"value": "560"
|
|
},
|
|
{
|
|
"calc_value": 561,
|
|
"name": "ImGuiKey_P",
|
|
"value": "561"
|
|
},
|
|
{
|
|
"calc_value": 562,
|
|
"name": "ImGuiKey_Q",
|
|
"value": "562"
|
|
},
|
|
{
|
|
"calc_value": 563,
|
|
"name": "ImGuiKey_R",
|
|
"value": "563"
|
|
},
|
|
{
|
|
"calc_value": 564,
|
|
"name": "ImGuiKey_S",
|
|
"value": "564"
|
|
},
|
|
{
|
|
"calc_value": 565,
|
|
"name": "ImGuiKey_T",
|
|
"value": "565"
|
|
},
|
|
{
|
|
"calc_value": 566,
|
|
"name": "ImGuiKey_U",
|
|
"value": "566"
|
|
},
|
|
{
|
|
"calc_value": 567,
|
|
"name": "ImGuiKey_V",
|
|
"value": "567"
|
|
},
|
|
{
|
|
"calc_value": 568,
|
|
"name": "ImGuiKey_W",
|
|
"value": "568"
|
|
},
|
|
{
|
|
"calc_value": 569,
|
|
"name": "ImGuiKey_X",
|
|
"value": "569"
|
|
},
|
|
{
|
|
"calc_value": 570,
|
|
"name": "ImGuiKey_Y",
|
|
"value": "570"
|
|
},
|
|
{
|
|
"calc_value": 571,
|
|
"name": "ImGuiKey_Z",
|
|
"value": "571"
|
|
},
|
|
{
|
|
"calc_value": 572,
|
|
"name": "ImGuiKey_F1",
|
|
"value": "572"
|
|
},
|
|
{
|
|
"calc_value": 573,
|
|
"name": "ImGuiKey_F2",
|
|
"value": "573"
|
|
},
|
|
{
|
|
"calc_value": 574,
|
|
"name": "ImGuiKey_F3",
|
|
"value": "574"
|
|
},
|
|
{
|
|
"calc_value": 575,
|
|
"name": "ImGuiKey_F4",
|
|
"value": "575"
|
|
},
|
|
{
|
|
"calc_value": 576,
|
|
"name": "ImGuiKey_F5",
|
|
"value": "576"
|
|
},
|
|
{
|
|
"calc_value": 577,
|
|
"name": "ImGuiKey_F6",
|
|
"value": "577"
|
|
},
|
|
{
|
|
"calc_value": 578,
|
|
"name": "ImGuiKey_F7",
|
|
"value": "578"
|
|
},
|
|
{
|
|
"calc_value": 579,
|
|
"name": "ImGuiKey_F8",
|
|
"value": "579"
|
|
},
|
|
{
|
|
"calc_value": 580,
|
|
"name": "ImGuiKey_F9",
|
|
"value": "580"
|
|
},
|
|
{
|
|
"calc_value": 581,
|
|
"name": "ImGuiKey_F10",
|
|
"value": "581"
|
|
},
|
|
{
|
|
"calc_value": 582,
|
|
"name": "ImGuiKey_F11",
|
|
"value": "582"
|
|
},
|
|
{
|
|
"calc_value": 583,
|
|
"name": "ImGuiKey_F12",
|
|
"value": "583"
|
|
},
|
|
{
|
|
"calc_value": 584,
|
|
"name": "ImGuiKey_F13",
|
|
"value": "584"
|
|
},
|
|
{
|
|
"calc_value": 585,
|
|
"name": "ImGuiKey_F14",
|
|
"value": "585"
|
|
},
|
|
{
|
|
"calc_value": 586,
|
|
"name": "ImGuiKey_F15",
|
|
"value": "586"
|
|
},
|
|
{
|
|
"calc_value": 587,
|
|
"name": "ImGuiKey_F16",
|
|
"value": "587"
|
|
},
|
|
{
|
|
"calc_value": 588,
|
|
"name": "ImGuiKey_F17",
|
|
"value": "588"
|
|
},
|
|
{
|
|
"calc_value": 589,
|
|
"name": "ImGuiKey_F18",
|
|
"value": "589"
|
|
},
|
|
{
|
|
"calc_value": 590,
|
|
"name": "ImGuiKey_F19",
|
|
"value": "590"
|
|
},
|
|
{
|
|
"calc_value": 591,
|
|
"name": "ImGuiKey_F20",
|
|
"value": "591"
|
|
},
|
|
{
|
|
"calc_value": 592,
|
|
"name": "ImGuiKey_F21",
|
|
"value": "592"
|
|
},
|
|
{
|
|
"calc_value": 593,
|
|
"name": "ImGuiKey_F22",
|
|
"value": "593"
|
|
},
|
|
{
|
|
"calc_value": 594,
|
|
"name": "ImGuiKey_F23",
|
|
"value": "594"
|
|
},
|
|
{
|
|
"calc_value": 595,
|
|
"name": "ImGuiKey_F24",
|
|
"value": "595"
|
|
},
|
|
{
|
|
"calc_value": 596,
|
|
"name": "ImGuiKey_Apostrophe",
|
|
"value": "596"
|
|
},
|
|
{
|
|
"calc_value": 597,
|
|
"name": "ImGuiKey_Comma",
|
|
"value": "597"
|
|
},
|
|
{
|
|
"calc_value": 598,
|
|
"name": "ImGuiKey_Minus",
|
|
"value": "598"
|
|
},
|
|
{
|
|
"calc_value": 599,
|
|
"name": "ImGuiKey_Period",
|
|
"value": "599"
|
|
},
|
|
{
|
|
"calc_value": 600,
|
|
"name": "ImGuiKey_Slash",
|
|
"value": "600"
|
|
},
|
|
{
|
|
"calc_value": 601,
|
|
"name": "ImGuiKey_Semicolon",
|
|
"value": "601"
|
|
},
|
|
{
|
|
"calc_value": 602,
|
|
"name": "ImGuiKey_Equal",
|
|
"value": "602"
|
|
},
|
|
{
|
|
"calc_value": 603,
|
|
"name": "ImGuiKey_LeftBracket",
|
|
"value": "603"
|
|
},
|
|
{
|
|
"calc_value": 604,
|
|
"name": "ImGuiKey_Backslash",
|
|
"value": "604"
|
|
},
|
|
{
|
|
"calc_value": 605,
|
|
"name": "ImGuiKey_RightBracket",
|
|
"value": "605"
|
|
},
|
|
{
|
|
"calc_value": 606,
|
|
"name": "ImGuiKey_GraveAccent",
|
|
"value": "606"
|
|
},
|
|
{
|
|
"calc_value": 607,
|
|
"name": "ImGuiKey_CapsLock",
|
|
"value": "607"
|
|
},
|
|
{
|
|
"calc_value": 608,
|
|
"name": "ImGuiKey_ScrollLock",
|
|
"value": "608"
|
|
},
|
|
{
|
|
"calc_value": 609,
|
|
"name": "ImGuiKey_NumLock",
|
|
"value": "609"
|
|
},
|
|
{
|
|
"calc_value": 610,
|
|
"name": "ImGuiKey_PrintScreen",
|
|
"value": "610"
|
|
},
|
|
{
|
|
"calc_value": 611,
|
|
"name": "ImGuiKey_Pause",
|
|
"value": "611"
|
|
},
|
|
{
|
|
"calc_value": 612,
|
|
"name": "ImGuiKey_Keypad0",
|
|
"value": "612"
|
|
},
|
|
{
|
|
"calc_value": 613,
|
|
"name": "ImGuiKey_Keypad1",
|
|
"value": "613"
|
|
},
|
|
{
|
|
"calc_value": 614,
|
|
"name": "ImGuiKey_Keypad2",
|
|
"value": "614"
|
|
},
|
|
{
|
|
"calc_value": 615,
|
|
"name": "ImGuiKey_Keypad3",
|
|
"value": "615"
|
|
},
|
|
{
|
|
"calc_value": 616,
|
|
"name": "ImGuiKey_Keypad4",
|
|
"value": "616"
|
|
},
|
|
{
|
|
"calc_value": 617,
|
|
"name": "ImGuiKey_Keypad5",
|
|
"value": "617"
|
|
},
|
|
{
|
|
"calc_value": 618,
|
|
"name": "ImGuiKey_Keypad6",
|
|
"value": "618"
|
|
},
|
|
{
|
|
"calc_value": 619,
|
|
"name": "ImGuiKey_Keypad7",
|
|
"value": "619"
|
|
},
|
|
{
|
|
"calc_value": 620,
|
|
"name": "ImGuiKey_Keypad8",
|
|
"value": "620"
|
|
},
|
|
{
|
|
"calc_value": 621,
|
|
"name": "ImGuiKey_Keypad9",
|
|
"value": "621"
|
|
},
|
|
{
|
|
"calc_value": 622,
|
|
"name": "ImGuiKey_KeypadDecimal",
|
|
"value": "622"
|
|
},
|
|
{
|
|
"calc_value": 623,
|
|
"name": "ImGuiKey_KeypadDivide",
|
|
"value": "623"
|
|
},
|
|
{
|
|
"calc_value": 624,
|
|
"name": "ImGuiKey_KeypadMultiply",
|
|
"value": "624"
|
|
},
|
|
{
|
|
"calc_value": 625,
|
|
"name": "ImGuiKey_KeypadSubtract",
|
|
"value": "625"
|
|
},
|
|
{
|
|
"calc_value": 626,
|
|
"name": "ImGuiKey_KeypadAdd",
|
|
"value": "626"
|
|
},
|
|
{
|
|
"calc_value": 627,
|
|
"name": "ImGuiKey_KeypadEnter",
|
|
"value": "627"
|
|
},
|
|
{
|
|
"calc_value": 628,
|
|
"name": "ImGuiKey_KeypadEqual",
|
|
"value": "628"
|
|
},
|
|
{
|
|
"calc_value": 629,
|
|
"name": "ImGuiKey_AppBack",
|
|
"value": "629"
|
|
},
|
|
{
|
|
"calc_value": 630,
|
|
"name": "ImGuiKey_AppForward",
|
|
"value": "630"
|
|
},
|
|
{
|
|
"calc_value": 631,
|
|
"name": "ImGuiKey_GamepadStart",
|
|
"value": "631"
|
|
},
|
|
{
|
|
"calc_value": 632,
|
|
"name": "ImGuiKey_GamepadBack",
|
|
"value": "632"
|
|
},
|
|
{
|
|
"calc_value": 633,
|
|
"name": "ImGuiKey_GamepadFaceLeft",
|
|
"value": "633"
|
|
},
|
|
{
|
|
"calc_value": 634,
|
|
"name": "ImGuiKey_GamepadFaceRight",
|
|
"value": "634"
|
|
},
|
|
{
|
|
"calc_value": 635,
|
|
"name": "ImGuiKey_GamepadFaceUp",
|
|
"value": "635"
|
|
},
|
|
{
|
|
"calc_value": 636,
|
|
"name": "ImGuiKey_GamepadFaceDown",
|
|
"value": "636"
|
|
},
|
|
{
|
|
"calc_value": 637,
|
|
"name": "ImGuiKey_GamepadDpadLeft",
|
|
"value": "637"
|
|
},
|
|
{
|
|
"calc_value": 638,
|
|
"name": "ImGuiKey_GamepadDpadRight",
|
|
"value": "638"
|
|
},
|
|
{
|
|
"calc_value": 639,
|
|
"name": "ImGuiKey_GamepadDpadUp",
|
|
"value": "639"
|
|
},
|
|
{
|
|
"calc_value": 640,
|
|
"name": "ImGuiKey_GamepadDpadDown",
|
|
"value": "640"
|
|
},
|
|
{
|
|
"calc_value": 641,
|
|
"name": "ImGuiKey_GamepadL1",
|
|
"value": "641"
|
|
},
|
|
{
|
|
"calc_value": 642,
|
|
"name": "ImGuiKey_GamepadR1",
|
|
"value": "642"
|
|
},
|
|
{
|
|
"calc_value": 643,
|
|
"name": "ImGuiKey_GamepadL2",
|
|
"value": "643"
|
|
},
|
|
{
|
|
"calc_value": 644,
|
|
"name": "ImGuiKey_GamepadR2",
|
|
"value": "644"
|
|
},
|
|
{
|
|
"calc_value": 645,
|
|
"name": "ImGuiKey_GamepadL3",
|
|
"value": "645"
|
|
},
|
|
{
|
|
"calc_value": 646,
|
|
"name": "ImGuiKey_GamepadR3",
|
|
"value": "646"
|
|
},
|
|
{
|
|
"calc_value": 647,
|
|
"name": "ImGuiKey_GamepadLStickLeft",
|
|
"value": "647"
|
|
},
|
|
{
|
|
"calc_value": 648,
|
|
"name": "ImGuiKey_GamepadLStickRight",
|
|
"value": "648"
|
|
},
|
|
{
|
|
"calc_value": 649,
|
|
"name": "ImGuiKey_GamepadLStickUp",
|
|
"value": "649"
|
|
},
|
|
{
|
|
"calc_value": 650,
|
|
"name": "ImGuiKey_GamepadLStickDown",
|
|
"value": "650"
|
|
},
|
|
{
|
|
"calc_value": 651,
|
|
"name": "ImGuiKey_GamepadRStickLeft",
|
|
"value": "651"
|
|
},
|
|
{
|
|
"calc_value": 652,
|
|
"name": "ImGuiKey_GamepadRStickRight",
|
|
"value": "652"
|
|
},
|
|
{
|
|
"calc_value": 653,
|
|
"name": "ImGuiKey_GamepadRStickUp",
|
|
"value": "653"
|
|
},
|
|
{
|
|
"calc_value": 654,
|
|
"name": "ImGuiKey_GamepadRStickDown",
|
|
"value": "654"
|
|
},
|
|
{
|
|
"calc_value": 655,
|
|
"name": "ImGuiKey_MouseLeft",
|
|
"value": "655"
|
|
},
|
|
{
|
|
"calc_value": 656,
|
|
"name": "ImGuiKey_MouseRight",
|
|
"value": "656"
|
|
},
|
|
{
|
|
"calc_value": 657,
|
|
"name": "ImGuiKey_MouseMiddle",
|
|
"value": "657"
|
|
},
|
|
{
|
|
"calc_value": 658,
|
|
"name": "ImGuiKey_MouseX1",
|
|
"value": "658"
|
|
},
|
|
{
|
|
"calc_value": 659,
|
|
"name": "ImGuiKey_MouseX2",
|
|
"value": "659"
|
|
},
|
|
{
|
|
"calc_value": 660,
|
|
"name": "ImGuiKey_MouseWheelX",
|
|
"value": "660"
|
|
},
|
|
{
|
|
"calc_value": 661,
|
|
"name": "ImGuiKey_MouseWheelY",
|
|
"value": "661"
|
|
},
|
|
{
|
|
"calc_value": 662,
|
|
"name": "ImGuiKey_ReservedForModCtrl",
|
|
"value": "662"
|
|
},
|
|
{
|
|
"calc_value": 663,
|
|
"name": "ImGuiKey_ReservedForModShift",
|
|
"value": "663"
|
|
},
|
|
{
|
|
"calc_value": 664,
|
|
"name": "ImGuiKey_ReservedForModAlt",
|
|
"value": "664"
|
|
},
|
|
{
|
|
"calc_value": 665,
|
|
"name": "ImGuiKey_ReservedForModSuper",
|
|
"value": "665"
|
|
},
|
|
{
|
|
"calc_value": 666,
|
|
"name": "ImGuiKey_COUNT",
|
|
"value": "666"
|
|
},
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiMod_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 4096,
|
|
"name": "ImGuiMod_Ctrl",
|
|
"value": "1 << 12"
|
|
},
|
|
{
|
|
"calc_value": 8192,
|
|
"name": "ImGuiMod_Shift",
|
|
"value": "1 << 13"
|
|
},
|
|
{
|
|
"calc_value": 16384,
|
|
"name": "ImGuiMod_Alt",
|
|
"value": "1 << 14"
|
|
},
|
|
{
|
|
"calc_value": 32768,
|
|
"name": "ImGuiMod_Super",
|
|
"value": "1 << 15"
|
|
},
|
|
{
|
|
"calc_value": 61440,
|
|
"name": "ImGuiMod_Mask_",
|
|
"value": "0xF000"
|
|
},
|
|
{
|
|
"calc_value": 512,
|
|
"name": "ImGuiKey_NamedKey_BEGIN",
|
|
"value": "512"
|
|
},
|
|
{
|
|
"calc_value": 666,
|
|
"name": "ImGuiKey_NamedKey_END",
|
|
"value": "ImGuiKey_COUNT"
|
|
},
|
|
{
|
|
"calc_value": 154,
|
|
"name": "ImGuiKey_NamedKey_COUNT",
|
|
"value": "ImGuiKey_NamedKey_END - ImGuiKey_NamedKey_BEGIN"
|
|
},
|
|
{
|
|
"calc_value": 154,
|
|
"name": "ImGuiKey_KeysData_SIZE",
|
|
"value": "ImGuiKey_NamedKey_COUNT"
|
|
},
|
|
{
|
|
"calc_value": 512,
|
|
"name": "ImGuiKey_KeysData_OFFSET",
|
|
"value": "ImGuiKey_NamedKey_BEGIN"
|
|
}
|
|
],
|
|
"ImGuiMouseButton_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiMouseButton_Left",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiMouseButton_Right",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiMouseButton_Middle",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 5,
|
|
"name": "ImGuiMouseButton_COUNT",
|
|
"value": "5"
|
|
}
|
|
],
|
|
"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_NotAllowed",
|
|
"value": "8"
|
|
},
|
|
{
|
|
"calc_value": 9,
|
|
"name": "ImGuiMouseCursor_COUNT",
|
|
"value": "9"
|
|
}
|
|
],
|
|
"ImGuiMouseSource": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiMouseSource_Mouse",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiMouseSource_TouchScreen",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiMouseSource_Pen",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiMouseSource_COUNT",
|
|
"value": "3"
|
|
}
|
|
],
|
|
"ImGuiMultiSelectFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiMultiSelectFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiMultiSelectFlags_SingleSelect",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiMultiSelectFlags_NoSelectAll",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiMultiSelectFlags_NoRangeSelect",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiMultiSelectFlags_NoAutoSelect",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiMultiSelectFlags_NoAutoClear",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiMultiSelectFlags_NoAutoClearOnReselect",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiMultiSelectFlags_BoxSelect1d",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiMultiSelectFlags_BoxSelect2d",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiMultiSelectFlags_BoxSelectNoScroll",
|
|
"value": "1 << 8"
|
|
},
|
|
{
|
|
"calc_value": 512,
|
|
"name": "ImGuiMultiSelectFlags_ClearOnEscape",
|
|
"value": "1 << 9"
|
|
},
|
|
{
|
|
"calc_value": 1024,
|
|
"name": "ImGuiMultiSelectFlags_ClearOnClickVoid",
|
|
"value": "1 << 10"
|
|
},
|
|
{
|
|
"calc_value": 2048,
|
|
"name": "ImGuiMultiSelectFlags_ScopeWindow",
|
|
"value": "1 << 11"
|
|
},
|
|
{
|
|
"calc_value": 4096,
|
|
"name": "ImGuiMultiSelectFlags_ScopeRect",
|
|
"value": "1 << 12"
|
|
},
|
|
{
|
|
"calc_value": 8192,
|
|
"name": "ImGuiMultiSelectFlags_SelectOnClick",
|
|
"value": "1 << 13"
|
|
},
|
|
{
|
|
"calc_value": 16384,
|
|
"name": "ImGuiMultiSelectFlags_SelectOnClickRelease",
|
|
"value": "1 << 14"
|
|
},
|
|
{
|
|
"calc_value": 65536,
|
|
"name": "ImGuiMultiSelectFlags_NavWrapX",
|
|
"value": "1 << 16"
|
|
}
|
|
],
|
|
"ImGuiPopupFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiPopupFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiPopupFlags_MouseButtonLeft",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiPopupFlags_MouseButtonRight",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiPopupFlags_MouseButtonMiddle",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 31,
|
|
"name": "ImGuiPopupFlags_MouseButtonMask_",
|
|
"value": "0x1F"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiPopupFlags_MouseButtonDefault_",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiPopupFlags_NoReopen",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiPopupFlags_NoOpenOverExistingPopup",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiPopupFlags_NoOpenOverItems",
|
|
"value": "1 << 8"
|
|
},
|
|
{
|
|
"calc_value": 1024,
|
|
"name": "ImGuiPopupFlags_AnyPopupId",
|
|
"value": "1 << 10"
|
|
},
|
|
{
|
|
"calc_value": 2048,
|
|
"name": "ImGuiPopupFlags_AnyPopupLevel",
|
|
"value": "1 << 11"
|
|
},
|
|
{
|
|
"calc_value": 3072,
|
|
"name": "ImGuiPopupFlags_AnyPopup",
|
|
"value": "ImGuiPopupFlags_AnyPopupId | ImGuiPopupFlags_AnyPopupLevel"
|
|
}
|
|
],
|
|
"ImGuiSelectableFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiSelectableFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiSelectableFlags_NoAutoClosePopups",
|
|
"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"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiSelectableFlags_AllowOverlap",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiSelectableFlags_Highlight",
|
|
"value": "1 << 5"
|
|
}
|
|
],
|
|
"ImGuiSelectionRequestType": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiSelectionRequestType_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiSelectionRequestType_SetAll",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiSelectionRequestType_SetRange",
|
|
"value": "2"
|
|
}
|
|
],
|
|
"ImGuiSliderFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiSliderFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiSliderFlags_AlwaysClamp",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiSliderFlags_Logarithmic",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiSliderFlags_NoRoundToFormat",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiSliderFlags_NoInput",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiSliderFlags_WrapAround",
|
|
"value": "1 << 8"
|
|
},
|
|
{
|
|
"calc_value": 1879048207,
|
|
"name": "ImGuiSliderFlags_InvalidMask_",
|
|
"value": "0x7000000F"
|
|
}
|
|
],
|
|
"ImGuiSortDirection": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiSortDirection_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiSortDirection_Ascending",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiSortDirection_Descending",
|
|
"value": "2"
|
|
}
|
|
],
|
|
"ImGuiStyleVar_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiStyleVar_Alpha",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiStyleVar_DisabledAlpha",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiStyleVar_WindowPadding",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiStyleVar_WindowRounding",
|
|
"value": "3"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiStyleVar_WindowBorderSize",
|
|
"value": "4"
|
|
},
|
|
{
|
|
"calc_value": 5,
|
|
"name": "ImGuiStyleVar_WindowMinSize",
|
|
"value": "5"
|
|
},
|
|
{
|
|
"calc_value": 6,
|
|
"name": "ImGuiStyleVar_WindowTitleAlign",
|
|
"value": "6"
|
|
},
|
|
{
|
|
"calc_value": 7,
|
|
"name": "ImGuiStyleVar_ChildRounding",
|
|
"value": "7"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiStyleVar_ChildBorderSize",
|
|
"value": "8"
|
|
},
|
|
{
|
|
"calc_value": 9,
|
|
"name": "ImGuiStyleVar_PopupRounding",
|
|
"value": "9"
|
|
},
|
|
{
|
|
"calc_value": 10,
|
|
"name": "ImGuiStyleVar_PopupBorderSize",
|
|
"value": "10"
|
|
},
|
|
{
|
|
"calc_value": 11,
|
|
"name": "ImGuiStyleVar_FramePadding",
|
|
"value": "11"
|
|
},
|
|
{
|
|
"calc_value": 12,
|
|
"name": "ImGuiStyleVar_FrameRounding",
|
|
"value": "12"
|
|
},
|
|
{
|
|
"calc_value": 13,
|
|
"name": "ImGuiStyleVar_FrameBorderSize",
|
|
"value": "13"
|
|
},
|
|
{
|
|
"calc_value": 14,
|
|
"name": "ImGuiStyleVar_ItemSpacing",
|
|
"value": "14"
|
|
},
|
|
{
|
|
"calc_value": 15,
|
|
"name": "ImGuiStyleVar_ItemInnerSpacing",
|
|
"value": "15"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiStyleVar_IndentSpacing",
|
|
"value": "16"
|
|
},
|
|
{
|
|
"calc_value": 17,
|
|
"name": "ImGuiStyleVar_CellPadding",
|
|
"value": "17"
|
|
},
|
|
{
|
|
"calc_value": 18,
|
|
"name": "ImGuiStyleVar_ScrollbarSize",
|
|
"value": "18"
|
|
},
|
|
{
|
|
"calc_value": 19,
|
|
"name": "ImGuiStyleVar_ScrollbarRounding",
|
|
"value": "19"
|
|
},
|
|
{
|
|
"calc_value": 20,
|
|
"name": "ImGuiStyleVar_GrabMinSize",
|
|
"value": "20"
|
|
},
|
|
{
|
|
"calc_value": 21,
|
|
"name": "ImGuiStyleVar_GrabRounding",
|
|
"value": "21"
|
|
},
|
|
{
|
|
"calc_value": 22,
|
|
"name": "ImGuiStyleVar_TabRounding",
|
|
"value": "22"
|
|
},
|
|
{
|
|
"calc_value": 23,
|
|
"name": "ImGuiStyleVar_TabBorderSize",
|
|
"value": "23"
|
|
},
|
|
{
|
|
"calc_value": 24,
|
|
"name": "ImGuiStyleVar_TabBarBorderSize",
|
|
"value": "24"
|
|
},
|
|
{
|
|
"calc_value": 25,
|
|
"name": "ImGuiStyleVar_TabBarOverlineSize",
|
|
"value": "25"
|
|
},
|
|
{
|
|
"calc_value": 26,
|
|
"name": "ImGuiStyleVar_TableAngledHeadersAngle",
|
|
"value": "26"
|
|
},
|
|
{
|
|
"calc_value": 27,
|
|
"name": "ImGuiStyleVar_TableAngledHeadersTextAlign",
|
|
"value": "27"
|
|
},
|
|
{
|
|
"calc_value": 28,
|
|
"name": "ImGuiStyleVar_ButtonTextAlign",
|
|
"value": "28"
|
|
},
|
|
{
|
|
"calc_value": 29,
|
|
"name": "ImGuiStyleVar_SelectableTextAlign",
|
|
"value": "29"
|
|
},
|
|
{
|
|
"calc_value": 30,
|
|
"name": "ImGuiStyleVar_SeparatorTextBorderSize",
|
|
"value": "30"
|
|
},
|
|
{
|
|
"calc_value": 31,
|
|
"name": "ImGuiStyleVar_SeparatorTextAlign",
|
|
"value": "31"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiStyleVar_SeparatorTextPadding",
|
|
"value": "32"
|
|
},
|
|
{
|
|
"calc_value": 33,
|
|
"name": "ImGuiStyleVar_COUNT",
|
|
"value": "33"
|
|
}
|
|
],
|
|
"ImGuiTabBarFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiTabBarFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiTabBarFlags_Reorderable",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiTabBarFlags_AutoSelectNewTabs",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiTabBarFlags_TabListPopupButton",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiTabBarFlags_NoCloseWithMiddleMouseButton",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiTabBarFlags_NoTabListScrollingButtons",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiTabBarFlags_NoTooltip",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiTabBarFlags_DrawSelectedOverline",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiTabBarFlags_FittingPolicyResizeDown",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiTabBarFlags_FittingPolicyScroll",
|
|
"value": "1 << 8"
|
|
},
|
|
{
|
|
"calc_value": 384,
|
|
"name": "ImGuiTabBarFlags_FittingPolicyMask_",
|
|
"value": "ImGuiTabBarFlags_FittingPolicyResizeDown | ImGuiTabBarFlags_FittingPolicyScroll"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiTabBarFlags_FittingPolicyDefault_",
|
|
"value": "ImGuiTabBarFlags_FittingPolicyResizeDown"
|
|
}
|
|
],
|
|
"ImGuiTabItemFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiTabItemFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiTabItemFlags_UnsavedDocument",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiTabItemFlags_SetSelected",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiTabItemFlags_NoCloseWithMiddleMouseButton",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiTabItemFlags_NoPushId",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiTabItemFlags_NoTooltip",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiTabItemFlags_NoReorder",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiTabItemFlags_Leading",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiTabItemFlags_Trailing",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiTabItemFlags_NoAssumedClosure",
|
|
"value": "1 << 8"
|
|
}
|
|
],
|
|
"ImGuiTableBgTarget_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiTableBgTarget_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiTableBgTarget_RowBg0",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiTableBgTarget_RowBg1",
|
|
"value": "2"
|
|
},
|
|
{
|
|
"calc_value": 3,
|
|
"name": "ImGuiTableBgTarget_CellBg",
|
|
"value": "3"
|
|
}
|
|
],
|
|
"ImGuiTableColumnFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiTableColumnFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiTableColumnFlags_Disabled",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiTableColumnFlags_DefaultHide",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiTableColumnFlags_DefaultSort",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiTableColumnFlags_WidthStretch",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiTableColumnFlags_WidthFixed",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiTableColumnFlags_NoResize",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiTableColumnFlags_NoReorder",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiTableColumnFlags_NoHide",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiTableColumnFlags_NoClip",
|
|
"value": "1 << 8"
|
|
},
|
|
{
|
|
"calc_value": 512,
|
|
"name": "ImGuiTableColumnFlags_NoSort",
|
|
"value": "1 << 9"
|
|
},
|
|
{
|
|
"calc_value": 1024,
|
|
"name": "ImGuiTableColumnFlags_NoSortAscending",
|
|
"value": "1 << 10"
|
|
},
|
|
{
|
|
"calc_value": 2048,
|
|
"name": "ImGuiTableColumnFlags_NoSortDescending",
|
|
"value": "1 << 11"
|
|
},
|
|
{
|
|
"calc_value": 4096,
|
|
"name": "ImGuiTableColumnFlags_NoHeaderLabel",
|
|
"value": "1 << 12"
|
|
},
|
|
{
|
|
"calc_value": 8192,
|
|
"name": "ImGuiTableColumnFlags_NoHeaderWidth",
|
|
"value": "1 << 13"
|
|
},
|
|
{
|
|
"calc_value": 16384,
|
|
"name": "ImGuiTableColumnFlags_PreferSortAscending",
|
|
"value": "1 << 14"
|
|
},
|
|
{
|
|
"calc_value": 32768,
|
|
"name": "ImGuiTableColumnFlags_PreferSortDescending",
|
|
"value": "1 << 15"
|
|
},
|
|
{
|
|
"calc_value": 65536,
|
|
"name": "ImGuiTableColumnFlags_IndentEnable",
|
|
"value": "1 << 16"
|
|
},
|
|
{
|
|
"calc_value": 131072,
|
|
"name": "ImGuiTableColumnFlags_IndentDisable",
|
|
"value": "1 << 17"
|
|
},
|
|
{
|
|
"calc_value": 262144,
|
|
"name": "ImGuiTableColumnFlags_AngledHeader",
|
|
"value": "1 << 18"
|
|
},
|
|
{
|
|
"calc_value": 16777216,
|
|
"name": "ImGuiTableColumnFlags_IsEnabled",
|
|
"value": "1 << 24"
|
|
},
|
|
{
|
|
"calc_value": 33554432,
|
|
"name": "ImGuiTableColumnFlags_IsVisible",
|
|
"value": "1 << 25"
|
|
},
|
|
{
|
|
"calc_value": 67108864,
|
|
"name": "ImGuiTableColumnFlags_IsSorted",
|
|
"value": "1 << 26"
|
|
},
|
|
{
|
|
"calc_value": 134217728,
|
|
"name": "ImGuiTableColumnFlags_IsHovered",
|
|
"value": "1 << 27"
|
|
},
|
|
{
|
|
"calc_value": 24,
|
|
"name": "ImGuiTableColumnFlags_WidthMask_",
|
|
"value": "ImGuiTableColumnFlags_WidthStretch | ImGuiTableColumnFlags_WidthFixed"
|
|
},
|
|
{
|
|
"calc_value": 196608,
|
|
"name": "ImGuiTableColumnFlags_IndentMask_",
|
|
"value": "ImGuiTableColumnFlags_IndentEnable | ImGuiTableColumnFlags_IndentDisable"
|
|
},
|
|
{
|
|
"calc_value": 251658240,
|
|
"name": "ImGuiTableColumnFlags_StatusMask_",
|
|
"value": "ImGuiTableColumnFlags_IsEnabled | ImGuiTableColumnFlags_IsVisible | ImGuiTableColumnFlags_IsSorted | ImGuiTableColumnFlags_IsHovered"
|
|
},
|
|
{
|
|
"calc_value": 1073741824,
|
|
"name": "ImGuiTableColumnFlags_NoDirectResize_",
|
|
"value": "1 << 30"
|
|
}
|
|
],
|
|
"ImGuiTableFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiTableFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiTableFlags_Resizable",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiTableFlags_Reorderable",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiTableFlags_Hideable",
|
|
"value": "1 << 2"
|
|
},
|
|
{
|
|
"calc_value": 8,
|
|
"name": "ImGuiTableFlags_Sortable",
|
|
"value": "1 << 3"
|
|
},
|
|
{
|
|
"calc_value": 16,
|
|
"name": "ImGuiTableFlags_NoSavedSettings",
|
|
"value": "1 << 4"
|
|
},
|
|
{
|
|
"calc_value": 32,
|
|
"name": "ImGuiTableFlags_ContextMenuInBody",
|
|
"value": "1 << 5"
|
|
},
|
|
{
|
|
"calc_value": 64,
|
|
"name": "ImGuiTableFlags_RowBg",
|
|
"value": "1 << 6"
|
|
},
|
|
{
|
|
"calc_value": 128,
|
|
"name": "ImGuiTableFlags_BordersInnerH",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiTableFlags_BordersOuterH",
|
|
"value": "1 << 8"
|
|
},
|
|
{
|
|
"calc_value": 512,
|
|
"name": "ImGuiTableFlags_BordersInnerV",
|
|
"value": "1 << 9"
|
|
},
|
|
{
|
|
"calc_value": 1024,
|
|
"name": "ImGuiTableFlags_BordersOuterV",
|
|
"value": "1 << 10"
|
|
},
|
|
{
|
|
"calc_value": 384,
|
|
"name": "ImGuiTableFlags_BordersH",
|
|
"value": "ImGuiTableFlags_BordersInnerH | ImGuiTableFlags_BordersOuterH"
|
|
},
|
|
{
|
|
"calc_value": 1536,
|
|
"name": "ImGuiTableFlags_BordersV",
|
|
"value": "ImGuiTableFlags_BordersInnerV | ImGuiTableFlags_BordersOuterV"
|
|
},
|
|
{
|
|
"calc_value": 640,
|
|
"name": "ImGuiTableFlags_BordersInner",
|
|
"value": "ImGuiTableFlags_BordersInnerV | ImGuiTableFlags_BordersInnerH"
|
|
},
|
|
{
|
|
"calc_value": 1280,
|
|
"name": "ImGuiTableFlags_BordersOuter",
|
|
"value": "ImGuiTableFlags_BordersOuterV | ImGuiTableFlags_BordersOuterH"
|
|
},
|
|
{
|
|
"calc_value": 1920,
|
|
"name": "ImGuiTableFlags_Borders",
|
|
"value": "ImGuiTableFlags_BordersInner | ImGuiTableFlags_BordersOuter"
|
|
},
|
|
{
|
|
"calc_value": 2048,
|
|
"name": "ImGuiTableFlags_NoBordersInBody",
|
|
"value": "1 << 11"
|
|
},
|
|
{
|
|
"calc_value": 4096,
|
|
"name": "ImGuiTableFlags_NoBordersInBodyUntilResize",
|
|
"value": "1 << 12"
|
|
},
|
|
{
|
|
"calc_value": 8192,
|
|
"name": "ImGuiTableFlags_SizingFixedFit",
|
|
"value": "1 << 13"
|
|
},
|
|
{
|
|
"calc_value": 16384,
|
|
"name": "ImGuiTableFlags_SizingFixedSame",
|
|
"value": "2 << 13"
|
|
},
|
|
{
|
|
"calc_value": 24576,
|
|
"name": "ImGuiTableFlags_SizingStretchProp",
|
|
"value": "3 << 13"
|
|
},
|
|
{
|
|
"calc_value": 32768,
|
|
"name": "ImGuiTableFlags_SizingStretchSame",
|
|
"value": "4 << 13"
|
|
},
|
|
{
|
|
"calc_value": 65536,
|
|
"name": "ImGuiTableFlags_NoHostExtendX",
|
|
"value": "1 << 16"
|
|
},
|
|
{
|
|
"calc_value": 131072,
|
|
"name": "ImGuiTableFlags_NoHostExtendY",
|
|
"value": "1 << 17"
|
|
},
|
|
{
|
|
"calc_value": 262144,
|
|
"name": "ImGuiTableFlags_NoKeepColumnsVisible",
|
|
"value": "1 << 18"
|
|
},
|
|
{
|
|
"calc_value": 524288,
|
|
"name": "ImGuiTableFlags_PreciseWidths",
|
|
"value": "1 << 19"
|
|
},
|
|
{
|
|
"calc_value": 1048576,
|
|
"name": "ImGuiTableFlags_NoClip",
|
|
"value": "1 << 20"
|
|
},
|
|
{
|
|
"calc_value": 2097152,
|
|
"name": "ImGuiTableFlags_PadOuterX",
|
|
"value": "1 << 21"
|
|
},
|
|
{
|
|
"calc_value": 4194304,
|
|
"name": "ImGuiTableFlags_NoPadOuterX",
|
|
"value": "1 << 22"
|
|
},
|
|
{
|
|
"calc_value": 8388608,
|
|
"name": "ImGuiTableFlags_NoPadInnerX",
|
|
"value": "1 << 23"
|
|
},
|
|
{
|
|
"calc_value": 16777216,
|
|
"name": "ImGuiTableFlags_ScrollX",
|
|
"value": "1 << 24"
|
|
},
|
|
{
|
|
"calc_value": 33554432,
|
|
"name": "ImGuiTableFlags_ScrollY",
|
|
"value": "1 << 25"
|
|
},
|
|
{
|
|
"calc_value": 67108864,
|
|
"name": "ImGuiTableFlags_SortMulti",
|
|
"value": "1 << 26"
|
|
},
|
|
{
|
|
"calc_value": 134217728,
|
|
"name": "ImGuiTableFlags_SortTristate",
|
|
"value": "1 << 27"
|
|
},
|
|
{
|
|
"calc_value": 268435456,
|
|
"name": "ImGuiTableFlags_HighlightHoveredColumn",
|
|
"value": "1 << 28"
|
|
},
|
|
{
|
|
"calc_value": 57344,
|
|
"name": "ImGuiTableFlags_SizingMask_",
|
|
"value": "ImGuiTableFlags_SizingFixedFit | ImGuiTableFlags_SizingFixedSame | ImGuiTableFlags_SizingStretchProp | ImGuiTableFlags_SizingStretchSame"
|
|
}
|
|
],
|
|
"ImGuiTableRowFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiTableRowFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiTableRowFlags_Headers",
|
|
"value": "1 << 0"
|
|
}
|
|
],
|
|
"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_AllowOverlap",
|
|
"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": 2048,
|
|
"name": "ImGuiTreeNodeFlags_SpanAvailWidth",
|
|
"value": "1 << 11"
|
|
},
|
|
{
|
|
"calc_value": 4096,
|
|
"name": "ImGuiTreeNodeFlags_SpanFullWidth",
|
|
"value": "1 << 12"
|
|
},
|
|
{
|
|
"calc_value": 8192,
|
|
"name": "ImGuiTreeNodeFlags_SpanTextWidth",
|
|
"value": "1 << 13"
|
|
},
|
|
{
|
|
"calc_value": 16384,
|
|
"name": "ImGuiTreeNodeFlags_SpanAllColumns",
|
|
"value": "1 << 14"
|
|
},
|
|
{
|
|
"calc_value": 32768,
|
|
"name": "ImGuiTreeNodeFlags_NavLeftJumpsBackHere",
|
|
"value": "1 << 15"
|
|
},
|
|
{
|
|
"calc_value": 26,
|
|
"name": "ImGuiTreeNodeFlags_CollapsingHeader",
|
|
"value": "ImGuiTreeNodeFlags_Framed | ImGuiTreeNodeFlags_NoTreePushOnOpen | ImGuiTreeNodeFlags_NoAutoOpenOnLog"
|
|
}
|
|
],
|
|
"ImGuiViewportFlags_": [
|
|
{
|
|
"calc_value": 0,
|
|
"name": "ImGuiViewportFlags_None",
|
|
"value": "0"
|
|
},
|
|
{
|
|
"calc_value": 1,
|
|
"name": "ImGuiViewportFlags_IsPlatformWindow",
|
|
"value": "1 << 0"
|
|
},
|
|
{
|
|
"calc_value": 2,
|
|
"name": "ImGuiViewportFlags_IsPlatformMonitor",
|
|
"value": "1 << 1"
|
|
},
|
|
{
|
|
"calc_value": 4,
|
|
"name": "ImGuiViewportFlags_OwnedByApp",
|
|
"value": "1 << 2"
|
|
}
|
|
],
|
|
"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": 128,
|
|
"name": "ImGuiWindowFlags_NoBackground",
|
|
"value": "1 << 7"
|
|
},
|
|
{
|
|
"calc_value": 256,
|
|
"name": "ImGuiWindowFlags_NoSavedSettings",
|
|
"value": "1 << 8"
|
|
},
|
|
{
|
|
"calc_value": 512,
|
|
"name": "ImGuiWindowFlags_NoMouseInputs",
|
|
"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_NoNavInputs",
|
|
"value": "1 << 16"
|
|
},
|
|
{
|
|
"calc_value": 131072,
|
|
"name": "ImGuiWindowFlags_NoNavFocus",
|
|
"value": "1 << 17"
|
|
},
|
|
{
|
|
"calc_value": 262144,
|
|
"name": "ImGuiWindowFlags_UnsavedDocument",
|
|
"value": "1 << 18"
|
|
},
|
|
{
|
|
"calc_value": 196608,
|
|
"name": "ImGuiWindowFlags_NoNav",
|
|
"value": "ImGuiWindowFlags_NoNavInputs | ImGuiWindowFlags_NoNavFocus"
|
|
},
|
|
{
|
|
"calc_value": 43,
|
|
"name": "ImGuiWindowFlags_NoDecoration",
|
|
"value": "ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoCollapse"
|
|
},
|
|
{
|
|
"calc_value": 197120,
|
|
"name": "ImGuiWindowFlags_NoInputs",
|
|
"value": "ImGuiWindowFlags_NoMouseInputs | ImGuiWindowFlags_NoNavInputs | ImGuiWindowFlags_NoNavFocus"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
},
|
|
"enumtypes": {
|
|
"ImGuiDir": "int",
|
|
"ImGuiKey": "int",
|
|
"ImGuiMouseSource": "int",
|
|
"ImGuiSortDirection": "ImU8"
|
|
},
|
|
"locations": {
|
|
"ImColor": "imgui:2730",
|
|
"ImDrawChannel": "imgui:2968",
|
|
"ImDrawCmd": "imgui:2927",
|
|
"ImDrawCmdHeader": "imgui:2960",
|
|
"ImDrawData": "imgui:3173",
|
|
"ImDrawFlags_": "imgui:2994",
|
|
"ImDrawList": "imgui:3032",
|
|
"ImDrawListFlags_": "imgui:3014",
|
|
"ImDrawListSplitter": "imgui:2977",
|
|
"ImDrawVert": "imgui:2945",
|
|
"ImFont": "imgui:3396",
|
|
"ImFontAtlas": "imgui:3292",
|
|
"ImFontAtlasCustomRect": "imgui:3254",
|
|
"ImFontAtlasFlags_": "imgui:3267",
|
|
"ImFontConfig": "imgui:3197",
|
|
"ImFontGlyph": "imgui:3227",
|
|
"ImFontGlyphRangesBuilder": "imgui:3239",
|
|
"ImGuiBackendFlags_": "imgui:1610",
|
|
"ImGuiButtonFlags_": "imgui:1735",
|
|
"ImGuiChildFlags_": "imgui:1109",
|
|
"ImGuiCol_": "imgui:1620",
|
|
"ImGuiColorEditFlags_": "imgui:1746",
|
|
"ImGuiComboFlags_": "imgui:1252",
|
|
"ImGuiCond_": "imgui:1848",
|
|
"ImGuiConfigFlags_": "imgui:1593",
|
|
"ImGuiDataType_": "imgui:1379",
|
|
"ImGuiDir": "imgui:1396",
|
|
"ImGuiDragDropFlags_": "imgui:1351",
|
|
"ImGuiFocusedFlags_": "imgui:1299",
|
|
"ImGuiHoveredFlags_": "imgui:1313",
|
|
"ImGuiIO": "imgui:2220",
|
|
"ImGuiInputFlags_": "imgui:1558",
|
|
"ImGuiInputTextCallbackData": "imgui:2431",
|
|
"ImGuiInputTextFlags_": "imgui:1143",
|
|
"ImGuiItemFlags_": "imgui:1130",
|
|
"ImGuiKey": "imgui:1425",
|
|
"ImGuiKeyData": "imgui:2212",
|
|
"ImGuiListClipper": "imgui:2638",
|
|
"ImGuiMouseButton_": "imgui:1808",
|
|
"ImGuiMouseCursor_": "imgui:1818",
|
|
"ImGuiMouseSource": "imgui:1837",
|
|
"ImGuiMultiSelectFlags_": "imgui:2788",
|
|
"ImGuiMultiSelectIO": "imgui:2815",
|
|
"ImGuiOnceUponAFrame": "imgui:2509",
|
|
"ImGuiPayload": "imgui:2474",
|
|
"ImGuiPlatformIO": "imgui:3494",
|
|
"ImGuiPlatformImeData": "imgui:3525",
|
|
"ImGuiPopupFlags_": "imgui:1217",
|
|
"ImGuiSelectableFlags_": "imgui:1235",
|
|
"ImGuiSelectionBasicStorage": "imgui:2861",
|
|
"ImGuiSelectionExternalStorage": "imgui:2884",
|
|
"ImGuiSelectionRequest": "imgui:2835",
|
|
"ImGuiSelectionRequestType": "imgui:2827",
|
|
"ImGuiSizeCallbackData": "imgui:2465",
|
|
"ImGuiSliderFlags_": "imgui:1792",
|
|
"ImGuiSortDirection": "imgui:1407",
|
|
"ImGuiStorage": "imgui:2581",
|
|
"ImGuiStoragePair": "imgui:2564",
|
|
"ImGuiStyle": "imgui:2135",
|
|
"ImGuiStyleVar_": "imgui:1695",
|
|
"ImGuiTabBarFlags_": "imgui:1267",
|
|
"ImGuiTabItemFlags_": "imgui:1284",
|
|
"ImGuiTableBgTarget_": "imgui:1989",
|
|
"ImGuiTableColumnFlags_": "imgui:1936",
|
|
"ImGuiTableColumnSortSpecs": "imgui:2011",
|
|
"ImGuiTableFlags_": "imgui:1883",
|
|
"ImGuiTableRowFlags_": "imgui:1974",
|
|
"ImGuiTableSortSpecs": "imgui:2001",
|
|
"ImGuiTextBuffer": "imgui:2544",
|
|
"ImGuiTextFilter": "imgui:2517",
|
|
"ImGuiTextRange": "imgui:2527",
|
|
"ImGuiTreeNodeFlags_": "imgui:1182",
|
|
"ImGuiViewport": "imgui:3469",
|
|
"ImGuiViewportFlags_": "imgui:3454",
|
|
"ImGuiWindowFlags_": "imgui:1060",
|
|
"ImVec2": "imgui:288",
|
|
"ImVec4": "imgui:301"
|
|
},
|
|
"structs": {
|
|
"ImColor": [
|
|
{
|
|
"name": "Value",
|
|
"type": "ImVec4"
|
|
}
|
|
],
|
|
"ImDrawChannel": [
|
|
{
|
|
"name": "_CmdBuffer",
|
|
"template_type": "ImDrawCmd",
|
|
"type": "ImVector_ImDrawCmd"
|
|
},
|
|
{
|
|
"name": "_IdxBuffer",
|
|
"template_type": "ImDrawIdx",
|
|
"type": "ImVector_ImDrawIdx"
|
|
}
|
|
],
|
|
"ImDrawCmd": [
|
|
{
|
|
"name": "ClipRect",
|
|
"type": "ImVec4"
|
|
},
|
|
{
|
|
"name": "TextureId",
|
|
"type": "ImTextureID"
|
|
},
|
|
{
|
|
"name": "VtxOffset",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"name": "IdxOffset",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"name": "ElemCount",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"name": "UserCallback",
|
|
"type": "ImDrawCallback"
|
|
},
|
|
{
|
|
"name": "UserCallbackData",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"ImDrawCmdHeader": [
|
|
{
|
|
"name": "ClipRect",
|
|
"type": "ImVec4"
|
|
},
|
|
{
|
|
"name": "TextureId",
|
|
"type": "ImTextureID"
|
|
},
|
|
{
|
|
"name": "VtxOffset",
|
|
"type": "unsigned int"
|
|
}
|
|
],
|
|
"ImDrawData": [
|
|
{
|
|
"name": "Valid",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "CmdListsCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "TotalIdxCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "TotalVtxCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "CmdLists",
|
|
"template_type": "ImDrawList*",
|
|
"type": "ImVector_ImDrawListPtr"
|
|
},
|
|
{
|
|
"name": "DisplayPos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "DisplaySize",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "FramebufferScale",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "OwnerViewport",
|
|
"type": "ImGuiViewport*"
|
|
}
|
|
],
|
|
"ImDrawList": [
|
|
{
|
|
"name": "CmdBuffer",
|
|
"template_type": "ImDrawCmd",
|
|
"type": "ImVector_ImDrawCmd"
|
|
},
|
|
{
|
|
"name": "IdxBuffer",
|
|
"template_type": "ImDrawIdx",
|
|
"type": "ImVector_ImDrawIdx"
|
|
},
|
|
{
|
|
"name": "VtxBuffer",
|
|
"template_type": "ImDrawVert",
|
|
"type": "ImVector_ImDrawVert"
|
|
},
|
|
{
|
|
"name": "Flags",
|
|
"type": "ImDrawListFlags"
|
|
},
|
|
{
|
|
"name": "_VtxCurrentIdx",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"name": "_Data",
|
|
"type": "ImDrawListSharedData*"
|
|
},
|
|
{
|
|
"name": "_VtxWritePtr",
|
|
"type": "ImDrawVert*"
|
|
},
|
|
{
|
|
"name": "_IdxWritePtr",
|
|
"type": "ImDrawIdx*"
|
|
},
|
|
{
|
|
"name": "_Path",
|
|
"template_type": "ImVec2",
|
|
"type": "ImVector_ImVec2"
|
|
},
|
|
{
|
|
"name": "_CmdHeader",
|
|
"type": "ImDrawCmdHeader"
|
|
},
|
|
{
|
|
"name": "_Splitter",
|
|
"type": "ImDrawListSplitter"
|
|
},
|
|
{
|
|
"name": "_ClipRectStack",
|
|
"template_type": "ImVec4",
|
|
"type": "ImVector_ImVec4"
|
|
},
|
|
{
|
|
"name": "_TextureIdStack",
|
|
"template_type": "ImTextureID",
|
|
"type": "ImVector_ImTextureID"
|
|
},
|
|
{
|
|
"name": "_FringeScale",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "_OwnerName",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"ImDrawListSplitter": [
|
|
{
|
|
"name": "_Current",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "_Count",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "_Channels",
|
|
"template_type": "ImDrawChannel",
|
|
"type": "ImVector_ImDrawChannel"
|
|
}
|
|
],
|
|
"ImDrawVert": [
|
|
{
|
|
"name": "pos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "uv",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "col",
|
|
"type": "ImU32"
|
|
}
|
|
],
|
|
"ImFont": [
|
|
{
|
|
"name": "IndexAdvanceX",
|
|
"template_type": "float",
|
|
"type": "ImVector_float"
|
|
},
|
|
{
|
|
"name": "FallbackAdvanceX",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "FontSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "IndexLookup",
|
|
"template_type": "ImWchar",
|
|
"type": "ImVector_ImWchar"
|
|
},
|
|
{
|
|
"name": "Glyphs",
|
|
"template_type": "ImFontGlyph",
|
|
"type": "ImVector_ImFontGlyph"
|
|
},
|
|
{
|
|
"name": "FallbackGlyph",
|
|
"type": "const ImFontGlyph*"
|
|
},
|
|
{
|
|
"name": "ContainerAtlas",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "ConfigData",
|
|
"type": "const ImFontConfig*"
|
|
},
|
|
{
|
|
"name": "ConfigDataCount",
|
|
"type": "short"
|
|
},
|
|
{
|
|
"name": "FallbackChar",
|
|
"type": "ImWchar"
|
|
},
|
|
{
|
|
"name": "EllipsisChar",
|
|
"type": "ImWchar"
|
|
},
|
|
{
|
|
"name": "EllipsisCharCount",
|
|
"type": "short"
|
|
},
|
|
{
|
|
"name": "EllipsisWidth",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "EllipsisCharStep",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "DirtyLookupTables",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "Scale",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "Ascent",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "Descent",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MetricsTotalSurface",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "Used4kPagesMap[(0x10FFFF+1)/4096/8]",
|
|
"size": 34,
|
|
"type": "ImU8"
|
|
}
|
|
],
|
|
"ImFontAtlas": [
|
|
{
|
|
"name": "Flags",
|
|
"type": "ImFontAtlasFlags"
|
|
},
|
|
{
|
|
"name": "TexID",
|
|
"type": "ImTextureID"
|
|
},
|
|
{
|
|
"name": "TexDesiredWidth",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "TexGlyphPadding",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "Locked",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "UserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "TexReady",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "TexPixelsUseColors",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "TexPixelsAlpha8",
|
|
"type": "unsigned char*"
|
|
},
|
|
{
|
|
"name": "TexPixelsRGBA32",
|
|
"type": "unsigned int*"
|
|
},
|
|
{
|
|
"name": "TexWidth",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "TexHeight",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "TexUvScale",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "TexUvWhitePixel",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "Fonts",
|
|
"template_type": "ImFont*",
|
|
"type": "ImVector_ImFontPtr"
|
|
},
|
|
{
|
|
"name": "CustomRects",
|
|
"template_type": "ImFontAtlasCustomRect",
|
|
"type": "ImVector_ImFontAtlasCustomRect"
|
|
},
|
|
{
|
|
"name": "ConfigData",
|
|
"template_type": "ImFontConfig",
|
|
"type": "ImVector_ImFontConfig"
|
|
},
|
|
{
|
|
"name": "TexUvLines[(63)+1]",
|
|
"size": 64,
|
|
"type": "ImVec4"
|
|
},
|
|
{
|
|
"name": "FontBuilderIO",
|
|
"type": "const ImFontBuilderIO*"
|
|
},
|
|
{
|
|
"name": "FontBuilderFlags",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"name": "PackIdMouseCursors",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "PackIdLines",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"ImFontAtlasCustomRect": [
|
|
{
|
|
"name": "Width",
|
|
"type": "unsigned short"
|
|
},
|
|
{
|
|
"name": "Height",
|
|
"type": "unsigned short"
|
|
},
|
|
{
|
|
"name": "X",
|
|
"type": "unsigned short"
|
|
},
|
|
{
|
|
"name": "Y",
|
|
"type": "unsigned short"
|
|
},
|
|
{
|
|
"name": "GlyphID",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"name": "GlyphAdvanceX",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "GlyphOffset",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "Font",
|
|
"type": "ImFont*"
|
|
}
|
|
],
|
|
"ImFontConfig": [
|
|
{
|
|
"name": "FontData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "FontDataSize",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "FontDataOwnedByAtlas",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "FontNo",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "SizePixels",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "OversampleH",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "OversampleV",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "PixelSnapH",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "GlyphExtraSpacing",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "GlyphOffset",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "GlyphRanges",
|
|
"type": "const ImWchar*"
|
|
},
|
|
{
|
|
"name": "GlyphMinAdvanceX",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "GlyphMaxAdvanceX",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MergeMode",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "FontBuilderFlags",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"name": "RasterizerMultiply",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "RasterizerDensity",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "EllipsisChar",
|
|
"type": "ImWchar"
|
|
},
|
|
{
|
|
"name": "Name[40]",
|
|
"size": 40,
|
|
"type": "char"
|
|
},
|
|
{
|
|
"name": "DstFont",
|
|
"type": "ImFont*"
|
|
}
|
|
],
|
|
"ImFontGlyph": [
|
|
{
|
|
"bitfield": "1",
|
|
"name": "Colored",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"bitfield": "1",
|
|
"name": "Visible",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"bitfield": "30",
|
|
"name": "Codepoint",
|
|
"type": "unsigned int"
|
|
},
|
|
{
|
|
"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",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"ImFontGlyphRangesBuilder": [
|
|
{
|
|
"name": "UsedChars",
|
|
"template_type": "ImU32",
|
|
"type": "ImVector_ImU32"
|
|
}
|
|
],
|
|
"ImGuiIO": [
|
|
{
|
|
"name": "ConfigFlags",
|
|
"type": "ImGuiConfigFlags"
|
|
},
|
|
{
|
|
"name": "BackendFlags",
|
|
"type": "ImGuiBackendFlags"
|
|
},
|
|
{
|
|
"name": "DisplaySize",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "DeltaTime",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "IniSavingRate",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "IniFilename",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "LogFilename",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "UserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "Fonts",
|
|
"type": "ImFontAtlas*"
|
|
},
|
|
{
|
|
"name": "FontGlobalScale",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "FontAllowUserScaling",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "FontDefault",
|
|
"type": "ImFont*"
|
|
},
|
|
{
|
|
"name": "DisplayFramebufferScale",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "MouseDrawCursor",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigMacOSXBehaviors",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigNavSwapGamepadButtons",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigInputTrickleEventQueue",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigInputTextCursorBlink",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigInputTextEnterKeepActive",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigDragClickToInputText",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigWindowsResizeFromEdges",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigWindowsMoveFromTitleBarOnly",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigMemoryCompactTimer",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MouseDoubleClickTime",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MouseDoubleClickMaxDist",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MouseDragThreshold",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "KeyRepeatDelay",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "KeyRepeatRate",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ConfigDebugIsDebuggerPresent",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigDebugHighlightIdConflicts",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigDebugBeginReturnValueOnce",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigDebugBeginReturnValueLoop",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigDebugIgnoreFocusLoss",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ConfigDebugIniSettings",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "BackendPlatformName",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "BackendRendererName",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "BackendPlatformUserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "BackendRendererUserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "BackendLanguageUserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"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": "bool"
|
|
},
|
|
{
|
|
"name": "Framerate",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MetricsRenderVertices",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "MetricsRenderIndices",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "MetricsRenderWindows",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "MetricsActiveWindows",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "MouseDelta",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "Ctx",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "MousePos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "MouseDown[5]",
|
|
"size": 5,
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MouseWheel",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MouseWheelH",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MouseSource",
|
|
"type": "ImGuiMouseSource"
|
|
},
|
|
{
|
|
"name": "KeyCtrl",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "KeyShift",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "KeyAlt",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "KeySuper",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "KeyMods",
|
|
"type": "ImGuiKeyChord"
|
|
},
|
|
{
|
|
"name": "KeysData[ImGuiKey_KeysData_SIZE]",
|
|
"size": 154,
|
|
"type": "ImGuiKeyData"
|
|
},
|
|
{
|
|
"name": "WantCaptureMouseUnlessPopupClose",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MousePosPrev",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "MouseClickedPos[5]",
|
|
"size": 5,
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "MouseClickedTime[5]",
|
|
"size": 5,
|
|
"type": "double"
|
|
},
|
|
{
|
|
"name": "MouseClicked[5]",
|
|
"size": 5,
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MouseDoubleClicked[5]",
|
|
"size": 5,
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MouseClickedCount[5]",
|
|
"size": 5,
|
|
"type": "ImU16"
|
|
},
|
|
{
|
|
"name": "MouseClickedLastCount[5]",
|
|
"size": 5,
|
|
"type": "ImU16"
|
|
},
|
|
{
|
|
"name": "MouseReleased[5]",
|
|
"size": 5,
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MouseDownOwned[5]",
|
|
"size": 5,
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MouseDownOwnedUnlessPopupClose[5]",
|
|
"size": 5,
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MouseWheelRequestAxisSwap",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MouseCtrlLeftAsRightClick",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "MouseDownDuration[5]",
|
|
"size": 5,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MouseDownDurationPrev[5]",
|
|
"size": 5,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "MouseDragMaxDistanceSqr[5]",
|
|
"size": 5,
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "PenPressure",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "AppFocusLost",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "AppAcceptingEvents",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "BackendUsingLegacyKeyArrays",
|
|
"type": "ImS8"
|
|
},
|
|
{
|
|
"name": "BackendUsingLegacyNavInputArray",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "InputQueueSurrogate",
|
|
"type": "ImWchar16"
|
|
},
|
|
{
|
|
"name": "InputQueueCharacters",
|
|
"template_type": "ImWchar",
|
|
"type": "ImVector_ImWchar"
|
|
}
|
|
],
|
|
"ImGuiInputTextCallbackData": [
|
|
{
|
|
"name": "Ctx",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "EventFlag",
|
|
"type": "ImGuiInputTextFlags"
|
|
},
|
|
{
|
|
"name": "Flags",
|
|
"type": "ImGuiInputTextFlags"
|
|
},
|
|
{
|
|
"name": "UserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "EventChar",
|
|
"type": "ImWchar"
|
|
},
|
|
{
|
|
"name": "EventKey",
|
|
"type": "ImGuiKey"
|
|
},
|
|
{
|
|
"name": "Buf",
|
|
"type": "char*"
|
|
},
|
|
{
|
|
"name": "BufTextLen",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "BufSize",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "BufDirty",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "CursorPos",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "SelectionStart",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "SelectionEnd",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"ImGuiKeyData": [
|
|
{
|
|
"name": "Down",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "DownDuration",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "DownDurationPrev",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "AnalogValue",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"ImGuiListClipper": [
|
|
{
|
|
"name": "Ctx",
|
|
"type": "ImGuiContext*"
|
|
},
|
|
{
|
|
"name": "DisplayStart",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "DisplayEnd",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "ItemsCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "ItemsHeight",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "StartPosY",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "StartSeekOffsetY",
|
|
"type": "double"
|
|
},
|
|
{
|
|
"name": "TempData",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"ImGuiMultiSelectIO": [
|
|
{
|
|
"name": "Requests",
|
|
"template_type": "ImGuiSelectionRequest",
|
|
"type": "ImVector_ImGuiSelectionRequest"
|
|
},
|
|
{
|
|
"name": "RangeSrcItem",
|
|
"type": "ImGuiSelectionUserData"
|
|
},
|
|
{
|
|
"name": "NavIdItem",
|
|
"type": "ImGuiSelectionUserData"
|
|
},
|
|
{
|
|
"name": "NavIdSelected",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "RangeSrcReset",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "ItemsCount",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"ImGuiOnceUponAFrame": [
|
|
{
|
|
"name": "RefFrame",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"ImGuiPayload": [
|
|
{
|
|
"name": "Data",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "DataSize",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "SourceId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "SourceParentId",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "DataFrameCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "DataType[32+1]",
|
|
"size": 33,
|
|
"type": "char"
|
|
},
|
|
{
|
|
"name": "Preview",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "Delivery",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"ImGuiPlatformIO": [
|
|
{
|
|
"name": "Platform_GetClipboardTextFn",
|
|
"type": "const char*(*)(ImGuiContext* ctx)"
|
|
},
|
|
{
|
|
"name": "Platform_SetClipboardTextFn",
|
|
"type": "void(*)(ImGuiContext* ctx,const char* text)"
|
|
},
|
|
{
|
|
"name": "Platform_ClipboardUserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "Platform_OpenInShellFn",
|
|
"type": "bool(*)(ImGuiContext* ctx,const char* path)"
|
|
},
|
|
{
|
|
"name": "Platform_OpenInShellUserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "Platform_SetImeDataFn",
|
|
"type": "void(*)(ImGuiContext* ctx,ImGuiViewport* viewport,ImGuiPlatformImeData* data)"
|
|
},
|
|
{
|
|
"name": "Platform_ImeUserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "Platform_LocaleDecimalPoint",
|
|
"type": "ImWchar"
|
|
}
|
|
],
|
|
"ImGuiPlatformImeData": [
|
|
{
|
|
"name": "WantVisible",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "InputPos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "InputLineHeight",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"ImGuiSelectionBasicStorage": [
|
|
{
|
|
"name": "Size",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "PreserveOrder",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "UserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "AdapterIndexToStorageId",
|
|
"type": "ImGuiID(*)(ImGuiSelectionBasicStorage* self,int idx)"
|
|
},
|
|
{
|
|
"name": "_SelectionOrder",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "_Storage",
|
|
"type": "ImGuiStorage"
|
|
}
|
|
],
|
|
"ImGuiSelectionExternalStorage": [
|
|
{
|
|
"name": "UserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "AdapterSetItemSelected",
|
|
"type": "void(*)(ImGuiSelectionExternalStorage* self,int idx,bool selected)"
|
|
}
|
|
],
|
|
"ImGuiSelectionRequest": [
|
|
{
|
|
"name": "Type",
|
|
"type": "ImGuiSelectionRequestType"
|
|
},
|
|
{
|
|
"name": "Selected",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "RangeDirection",
|
|
"type": "ImS8"
|
|
},
|
|
{
|
|
"name": "RangeFirstItem",
|
|
"type": "ImGuiSelectionUserData"
|
|
},
|
|
{
|
|
"name": "RangeLastItem",
|
|
"type": "ImGuiSelectionUserData"
|
|
}
|
|
],
|
|
"ImGuiSizeCallbackData": [
|
|
{
|
|
"name": "UserData",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "Pos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "CurrentSize",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "DesiredSize",
|
|
"type": "ImVec2"
|
|
}
|
|
],
|
|
"ImGuiStorage": [
|
|
{
|
|
"name": "Data",
|
|
"template_type": "ImGuiStoragePair",
|
|
"type": "ImVector_ImGuiStoragePair"
|
|
}
|
|
],
|
|
"ImGuiStoragePair": [
|
|
{
|
|
"name": "key",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "",
|
|
"type": "union { int val_i; float val_f; void* val_p;}"
|
|
}
|
|
],
|
|
"ImGuiStyle": [
|
|
{
|
|
"name": "Alpha",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "DisabledAlpha",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "WindowPadding",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "WindowRounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "WindowBorderSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "WindowMinSize",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "WindowTitleAlign",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "WindowMenuButtonPosition",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "ChildRounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ChildBorderSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "PopupRounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "PopupBorderSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "FramePadding",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "FrameRounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "FrameBorderSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ItemSpacing",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "ItemInnerSpacing",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "CellPadding",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "TouchExtraPadding",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "IndentSpacing",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ColumnsMinSpacing",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ScrollbarSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "ScrollbarRounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "GrabMinSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "GrabRounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "LogSliderDeadzone",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "TabRounding",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "TabBorderSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "TabMinWidthForCloseButton",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "TabBarBorderSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "TabBarOverlineSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "TableAngledHeadersAngle",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "TableAngledHeadersTextAlign",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "ColorButtonPosition",
|
|
"type": "ImGuiDir"
|
|
},
|
|
{
|
|
"name": "ButtonTextAlign",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "SelectableTextAlign",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "SeparatorTextBorderSize",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "SeparatorTextAlign",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "SeparatorTextPadding",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "DisplayWindowPadding",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "DisplaySafeAreaPadding",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "MouseCursorScale",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "AntiAliasedLines",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "AntiAliasedLinesUseTex",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "AntiAliasedFill",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "CurveTessellationTol",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "CircleTessellationMaxError",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "Colors[ImGuiCol_COUNT]",
|
|
"size": 56,
|
|
"type": "ImVec4"
|
|
},
|
|
{
|
|
"name": "HoverStationaryDelay",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "HoverDelayShort",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "HoverDelayNormal",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "HoverFlagsForTooltipMouse",
|
|
"type": "ImGuiHoveredFlags"
|
|
},
|
|
{
|
|
"name": "HoverFlagsForTooltipNav",
|
|
"type": "ImGuiHoveredFlags"
|
|
}
|
|
],
|
|
"ImGuiTableColumnSortSpecs": [
|
|
{
|
|
"name": "ColumnUserID",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "ColumnIndex",
|
|
"type": "ImS16"
|
|
},
|
|
{
|
|
"name": "SortOrder",
|
|
"type": "ImS16"
|
|
},
|
|
{
|
|
"name": "SortDirection",
|
|
"type": "ImGuiSortDirection"
|
|
}
|
|
],
|
|
"ImGuiTableSortSpecs": [
|
|
{
|
|
"name": "Specs",
|
|
"type": "const ImGuiTableColumnSortSpecs*"
|
|
},
|
|
{
|
|
"name": "SpecsCount",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "SpecsDirty",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"ImGuiTextBuffer": [
|
|
{
|
|
"name": "Buf",
|
|
"template_type": "char",
|
|
"type": "ImVector_char"
|
|
}
|
|
],
|
|
"ImGuiTextFilter": [
|
|
{
|
|
"name": "InputBuf[256]",
|
|
"size": 256,
|
|
"type": "char"
|
|
},
|
|
{
|
|
"name": "Filters",
|
|
"template_type": "ImGuiTextRange",
|
|
"type": "ImVector_ImGuiTextRange"
|
|
},
|
|
{
|
|
"name": "CountGrep",
|
|
"type": "int"
|
|
}
|
|
],
|
|
"ImGuiTextRange": [
|
|
{
|
|
"name": "b",
|
|
"type": "const char*"
|
|
},
|
|
{
|
|
"name": "e",
|
|
"type": "const char*"
|
|
}
|
|
],
|
|
"ImGuiViewport": [
|
|
{
|
|
"name": "ID",
|
|
"type": "ImGuiID"
|
|
},
|
|
{
|
|
"name": "Flags",
|
|
"type": "ImGuiViewportFlags"
|
|
},
|
|
{
|
|
"name": "Pos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "Size",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "WorkPos",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "WorkSize",
|
|
"type": "ImVec2"
|
|
},
|
|
{
|
|
"name": "PlatformHandle",
|
|
"type": "void*"
|
|
},
|
|
{
|
|
"name": "PlatformHandleRaw",
|
|
"type": "void*"
|
|
}
|
|
],
|
|
"ImVec2": [
|
|
{
|
|
"name": "x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "y",
|
|
"type": "float"
|
|
}
|
|
],
|
|
"ImVec4": [
|
|
{
|
|
"name": "x",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "y",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "z",
|
|
"type": "float"
|
|
},
|
|
{
|
|
"name": "w",
|
|
"type": "float"
|
|
}
|
|
]
|
|
},
|
|
"templated_structs": {
|
|
"ImVector": [
|
|
{
|
|
"name": "Size",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "Capacity",
|
|
"type": "int"
|
|
},
|
|
{
|
|
"name": "Data",
|
|
"type": "T*"
|
|
}
|
|
]
|
|
},
|
|
"templates_done": {
|
|
"ImVector": {
|
|
"ImDrawChannel": true,
|
|
"ImDrawCmd": true,
|
|
"ImDrawIdx": true,
|
|
"ImDrawList*": true,
|
|
"ImDrawVert": true,
|
|
"ImFont*": true,
|
|
"ImFontAtlasCustomRect": true,
|
|
"ImFontConfig": true,
|
|
"ImFontGlyph": true,
|
|
"ImGuiSelectionRequest": true,
|
|
"ImGuiStoragePair": true,
|
|
"ImGuiTextRange": true,
|
|
"ImTextureID": true,
|
|
"ImU32": true,
|
|
"ImVec2": true,
|
|
"ImVec4": true,
|
|
"ImWchar": true,
|
|
"char": true,
|
|
"float": true
|
|
}
|
|
},
|
|
"typenames": {
|
|
"ImVector": "T"
|
|
}
|
|
} |