mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 11:58:30 +01:00
pull imgui 1.89.1 docking and generate
This commit is contained in:
@@ -2135,6 +2135,39 @@ defs["enums"]["ImGuiLayoutType_"][2] = {}
|
||||
defs["enums"]["ImGuiLayoutType_"][2]["calc_value"] = 1
|
||||
defs["enums"]["ImGuiLayoutType_"][2]["name"] = "ImGuiLayoutType_Vertical"
|
||||
defs["enums"]["ImGuiLayoutType_"][2]["value"] = "1"
|
||||
defs["enums"]["ImGuiLocKey"] = {}
|
||||
defs["enums"]["ImGuiLocKey"][1] = {}
|
||||
defs["enums"]["ImGuiLocKey"][1]["calc_value"] = 0
|
||||
defs["enums"]["ImGuiLocKey"][1]["name"] = "ImGuiLocKey_TableSizeOne"
|
||||
defs["enums"]["ImGuiLocKey"][1]["value"] = "0"
|
||||
defs["enums"]["ImGuiLocKey"][2] = {}
|
||||
defs["enums"]["ImGuiLocKey"][2]["calc_value"] = 1
|
||||
defs["enums"]["ImGuiLocKey"][2]["name"] = "ImGuiLocKey_TableSizeAllFit"
|
||||
defs["enums"]["ImGuiLocKey"][2]["value"] = "1"
|
||||
defs["enums"]["ImGuiLocKey"][3] = {}
|
||||
defs["enums"]["ImGuiLocKey"][3]["calc_value"] = 2
|
||||
defs["enums"]["ImGuiLocKey"][3]["name"] = "ImGuiLocKey_TableSizeAllDefault"
|
||||
defs["enums"]["ImGuiLocKey"][3]["value"] = "2"
|
||||
defs["enums"]["ImGuiLocKey"][4] = {}
|
||||
defs["enums"]["ImGuiLocKey"][4]["calc_value"] = 3
|
||||
defs["enums"]["ImGuiLocKey"][4]["name"] = "ImGuiLocKey_TableResetOrder"
|
||||
defs["enums"]["ImGuiLocKey"][4]["value"] = "3"
|
||||
defs["enums"]["ImGuiLocKey"][5] = {}
|
||||
defs["enums"]["ImGuiLocKey"][5]["calc_value"] = 4
|
||||
defs["enums"]["ImGuiLocKey"][5]["name"] = "ImGuiLocKey_WindowingMainMenuBar"
|
||||
defs["enums"]["ImGuiLocKey"][5]["value"] = "4"
|
||||
defs["enums"]["ImGuiLocKey"][6] = {}
|
||||
defs["enums"]["ImGuiLocKey"][6]["calc_value"] = 5
|
||||
defs["enums"]["ImGuiLocKey"][6]["name"] = "ImGuiLocKey_WindowingPopup"
|
||||
defs["enums"]["ImGuiLocKey"][6]["value"] = "5"
|
||||
defs["enums"]["ImGuiLocKey"][7] = {}
|
||||
defs["enums"]["ImGuiLocKey"][7]["calc_value"] = 6
|
||||
defs["enums"]["ImGuiLocKey"][7]["name"] = "ImGuiLocKey_WindowingUntitled"
|
||||
defs["enums"]["ImGuiLocKey"][7]["value"] = "6"
|
||||
defs["enums"]["ImGuiLocKey"][8] = {}
|
||||
defs["enums"]["ImGuiLocKey"][8]["calc_value"] = 7
|
||||
defs["enums"]["ImGuiLocKey"][8]["name"] = "ImGuiLocKey_COUNT"
|
||||
defs["enums"]["ImGuiLocKey"][8]["value"] = "7"
|
||||
defs["enums"]["ImGuiLogType"] = {}
|
||||
defs["enums"]["ImGuiLogType"][1] = {}
|
||||
defs["enums"]["ImGuiLogType"][1]["calc_value"] = 0
|
||||
@@ -3505,175 +3538,178 @@ defs["enums"]["ImGuiWindowFlags_"][32]["name"] = "ImGuiWindowFlags_DockNodeHost"
|
||||
defs["enums"]["ImGuiWindowFlags_"][32]["value"] = "1 << 29"
|
||||
defs["enumtypes"] = {}
|
||||
defs["enumtypes"]["ImGuiKey"] = "int"
|
||||
defs["enumtypes"]["ImGuiLocKey"] = "int"
|
||||
defs["locations"] = {}
|
||||
defs["locations"]["ImBitVector"] = "imgui_internal:587"
|
||||
defs["locations"]["ImBitVector"] = "imgui_internal:593"
|
||||
defs["locations"]["ImColor"] = "imgui:2458"
|
||||
defs["locations"]["ImDrawChannel"] = "imgui:2548"
|
||||
defs["locations"]["ImDrawCmd"] = "imgui:2507"
|
||||
defs["locations"]["ImDrawCmdHeader"] = "imgui:2540"
|
||||
defs["locations"]["ImDrawData"] = "imgui:2740"
|
||||
defs["locations"]["ImDrawDataBuilder"] = "imgui_internal:776"
|
||||
defs["locations"]["ImDrawDataBuilder"] = "imgui_internal:782"
|
||||
defs["locations"]["ImDrawFlags_"] = "imgui:2574"
|
||||
defs["locations"]["ImDrawList"] = "imgui:2612"
|
||||
defs["locations"]["ImDrawListFlags_"] = "imgui:2594"
|
||||
defs["locations"]["ImDrawListSharedData"] = "imgui_internal:753"
|
||||
defs["locations"]["ImDrawListSharedData"] = "imgui_internal:759"
|
||||
defs["locations"]["ImDrawListSplitter"] = "imgui:2557"
|
||||
defs["locations"]["ImDrawVert"] = "imgui:2525"
|
||||
defs["locations"]["ImFont"] = "imgui:2959"
|
||||
defs["locations"]["ImFontAtlas"] = "imgui:2857"
|
||||
defs["locations"]["ImFontAtlasCustomRect"] = "imgui:2819"
|
||||
defs["locations"]["ImFontAtlasFlags_"] = "imgui:2832"
|
||||
defs["locations"]["ImFontBuilderIO"] = "imgui_internal:3433"
|
||||
defs["locations"]["ImFontBuilderIO"] = "imgui_internal:3475"
|
||||
defs["locations"]["ImFontConfig"] = "imgui:2763"
|
||||
defs["locations"]["ImFontGlyph"] = "imgui:2792"
|
||||
defs["locations"]["ImFontGlyphRangesBuilder"] = "imgui:2804"
|
||||
defs["locations"]["ImGuiActivateFlags_"] = "imgui_internal:1420"
|
||||
defs["locations"]["ImGuiAxis"] = "imgui_internal:943"
|
||||
defs["locations"]["ImGuiActivateFlags_"] = "imgui_internal:1428"
|
||||
defs["locations"]["ImGuiAxis"] = "imgui_internal:949"
|
||||
defs["locations"]["ImGuiBackendFlags_"] = "imgui:1579"
|
||||
defs["locations"]["ImGuiButtonFlagsPrivate_"] = "imgui_internal:847"
|
||||
defs["locations"]["ImGuiButtonFlagsPrivate_"] = "imgui_internal:853"
|
||||
defs["locations"]["ImGuiButtonFlags_"] = "imgui:1693"
|
||||
defs["locations"]["ImGuiCol_"] = "imgui:1594"
|
||||
defs["locations"]["ImGuiColorEditFlags_"] = "imgui:1706"
|
||||
defs["locations"]["ImGuiColorMod"] = "imgui_internal:986"
|
||||
defs["locations"]["ImGuiComboFlagsPrivate_"] = "imgui_internal:872"
|
||||
defs["locations"]["ImGuiColorMod"] = "imgui_internal:992"
|
||||
defs["locations"]["ImGuiComboFlagsPrivate_"] = "imgui_internal:878"
|
||||
defs["locations"]["ImGuiComboFlags_"] = "imgui:1124"
|
||||
defs["locations"]["ImGuiComboPreviewData"] = "imgui_internal:1003"
|
||||
defs["locations"]["ImGuiComboPreviewData"] = "imgui_internal:1009"
|
||||
defs["locations"]["ImGuiCond_"] = "imgui:1797"
|
||||
defs["locations"]["ImGuiConfigFlags_"] = "imgui:1554"
|
||||
defs["locations"]["ImGuiContext"] = "imgui_internal:1873"
|
||||
defs["locations"]["ImGuiContextHook"] = "imgui_internal:1858"
|
||||
defs["locations"]["ImGuiContextHookType"] = "imgui_internal:1856"
|
||||
defs["locations"]["ImGuiDataAuthority_"] = "imgui_internal:1591"
|
||||
defs["locations"]["ImGuiDataTypeInfo"] = "imgui_internal:969"
|
||||
defs["locations"]["ImGuiDataTypePrivate_"] = "imgui_internal:978"
|
||||
defs["locations"]["ImGuiDataTypeTempStorage"] = "imgui_internal:963"
|
||||
defs["locations"]["ImGuiContext"] = "imgui_internal:1904"
|
||||
defs["locations"]["ImGuiContextHook"] = "imgui_internal:1889"
|
||||
defs["locations"]["ImGuiContextHookType"] = "imgui_internal:1887"
|
||||
defs["locations"]["ImGuiDataAuthority_"] = "imgui_internal:1599"
|
||||
defs["locations"]["ImGuiDataTypeInfo"] = "imgui_internal:975"
|
||||
defs["locations"]["ImGuiDataTypePrivate_"] = "imgui_internal:984"
|
||||
defs["locations"]["ImGuiDataTypeTempStorage"] = "imgui_internal:969"
|
||||
defs["locations"]["ImGuiDataType_"] = "imgui:1376"
|
||||
defs["locations"]["ImGuiDebugLogFlags_"] = "imgui_internal:1788"
|
||||
defs["locations"]["ImGuiDebugLogFlags_"] = "imgui_internal:1819"
|
||||
defs["locations"]["ImGuiDir_"] = "imgui:1392"
|
||||
defs["locations"]["ImGuiDockContext"] = "imgui_internal:1689"
|
||||
defs["locations"]["ImGuiDockNode"] = "imgui_internal:1607"
|
||||
defs["locations"]["ImGuiDockNodeFlagsPrivate_"] = "imgui_internal:1566"
|
||||
defs["locations"]["ImGuiDockContext"] = "imgui_internal:1697"
|
||||
defs["locations"]["ImGuiDockNode"] = "imgui_internal:1615"
|
||||
defs["locations"]["ImGuiDockNodeFlagsPrivate_"] = "imgui_internal:1574"
|
||||
defs["locations"]["ImGuiDockNodeFlags_"] = "imgui:1341"
|
||||
defs["locations"]["ImGuiDockNodeState"] = "imgui_internal:1598"
|
||||
defs["locations"]["ImGuiDockNodeState"] = "imgui_internal:1606"
|
||||
defs["locations"]["ImGuiDragDropFlags_"] = "imgui:1354"
|
||||
defs["locations"]["ImGuiFocusedFlags_"] = "imgui:1301"
|
||||
defs["locations"]["ImGuiGroupData"] = "imgui_internal:1016"
|
||||
defs["locations"]["ImGuiGroupData"] = "imgui_internal:1022"
|
||||
defs["locations"]["ImGuiHoveredFlags_"] = "imgui:1315"
|
||||
defs["locations"]["ImGuiIO"] = "imgui:1974"
|
||||
defs["locations"]["ImGuiInputEvent"] = "imgui_internal:1278"
|
||||
defs["locations"]["ImGuiInputEventAppFocused"] = "imgui_internal:1276"
|
||||
defs["locations"]["ImGuiInputEventKey"] = "imgui_internal:1274"
|
||||
defs["locations"]["ImGuiInputEventMouseButton"] = "imgui_internal:1272"
|
||||
defs["locations"]["ImGuiInputEventMousePos"] = "imgui_internal:1270"
|
||||
defs["locations"]["ImGuiInputEventMouseViewport"] = "imgui_internal:1273"
|
||||
defs["locations"]["ImGuiInputEventMouseWheel"] = "imgui_internal:1271"
|
||||
defs["locations"]["ImGuiInputEventText"] = "imgui_internal:1275"
|
||||
defs["locations"]["ImGuiInputEventType"] = "imgui_internal:1244"
|
||||
defs["locations"]["ImGuiInputFlags_"] = "imgui_internal:1341"
|
||||
defs["locations"]["ImGuiInputSource"] = "imgui_internal:1257"
|
||||
defs["locations"]["ImGuiInputEvent"] = "imgui_internal:1286"
|
||||
defs["locations"]["ImGuiInputEventAppFocused"] = "imgui_internal:1284"
|
||||
defs["locations"]["ImGuiInputEventKey"] = "imgui_internal:1282"
|
||||
defs["locations"]["ImGuiInputEventMouseButton"] = "imgui_internal:1280"
|
||||
defs["locations"]["ImGuiInputEventMousePos"] = "imgui_internal:1278"
|
||||
defs["locations"]["ImGuiInputEventMouseViewport"] = "imgui_internal:1281"
|
||||
defs["locations"]["ImGuiInputEventMouseWheel"] = "imgui_internal:1279"
|
||||
defs["locations"]["ImGuiInputEventText"] = "imgui_internal:1283"
|
||||
defs["locations"]["ImGuiInputEventType"] = "imgui_internal:1252"
|
||||
defs["locations"]["ImGuiInputFlags_"] = "imgui_internal:1349"
|
||||
defs["locations"]["ImGuiInputSource"] = "imgui_internal:1265"
|
||||
defs["locations"]["ImGuiInputTextCallbackData"] = "imgui:2162"
|
||||
defs["locations"]["ImGuiInputTextFlagsPrivate_"] = "imgui_internal:838"
|
||||
defs["locations"]["ImGuiInputTextFlagsPrivate_"] = "imgui_internal:844"
|
||||
defs["locations"]["ImGuiInputTextFlags_"] = "imgui:1036"
|
||||
defs["locations"]["ImGuiInputTextState"] = "imgui_internal:1051"
|
||||
defs["locations"]["ImGuiItemFlags_"] = "imgui_internal:795"
|
||||
defs["locations"]["ImGuiItemStatusFlags_"] = "imgui_internal:815"
|
||||
defs["locations"]["ImGuiInputTextState"] = "imgui_internal:1057"
|
||||
defs["locations"]["ImGuiItemFlags_"] = "imgui_internal:801"
|
||||
defs["locations"]["ImGuiItemStatusFlags_"] = "imgui_internal:821"
|
||||
defs["locations"]["ImGuiKey"] = "imgui:1413"
|
||||
defs["locations"]["ImGuiKeyData"] = "imgui:1966"
|
||||
defs["locations"]["ImGuiKeyOwnerData"] = "imgui_internal:1329"
|
||||
defs["locations"]["ImGuiKeyRoutingData"] = "imgui_internal:1304"
|
||||
defs["locations"]["ImGuiKeyRoutingTable"] = "imgui_internal:1317"
|
||||
defs["locations"]["ImGuiLastItemData"] = "imgui_internal:1165"
|
||||
defs["locations"]["ImGuiLayoutType_"] = "imgui_internal:927"
|
||||
defs["locations"]["ImGuiKeyOwnerData"] = "imgui_internal:1337"
|
||||
defs["locations"]["ImGuiKeyRoutingData"] = "imgui_internal:1312"
|
||||
defs["locations"]["ImGuiKeyRoutingTable"] = "imgui_internal:1325"
|
||||
defs["locations"]["ImGuiLastItemData"] = "imgui_internal:1171"
|
||||
defs["locations"]["ImGuiLayoutType_"] = "imgui_internal:933"
|
||||
defs["locations"]["ImGuiListClipper"] = "imgui:2407"
|
||||
defs["locations"]["ImGuiListClipperData"] = "imgui_internal:1404"
|
||||
defs["locations"]["ImGuiListClipperRange"] = "imgui_internal:1391"
|
||||
defs["locations"]["ImGuiLogType"] = "imgui_internal:933"
|
||||
defs["locations"]["ImGuiMenuColumns"] = "imgui_internal:1032"
|
||||
defs["locations"]["ImGuiMetricsConfig"] = "imgui_internal:1804"
|
||||
defs["locations"]["ImGuiListClipperData"] = "imgui_internal:1412"
|
||||
defs["locations"]["ImGuiListClipperRange"] = "imgui_internal:1399"
|
||||
defs["locations"]["ImGuiLocEntry"] = "imgui_internal:1808"
|
||||
defs["locations"]["ImGuiLocKey"] = "imgui_internal:1796"
|
||||
defs["locations"]["ImGuiLogType"] = "imgui_internal:939"
|
||||
defs["locations"]["ImGuiMenuColumns"] = "imgui_internal:1038"
|
||||
defs["locations"]["ImGuiMetricsConfig"] = "imgui_internal:1835"
|
||||
defs["locations"]["ImGuiMouseButton_"] = "imgui:1769"
|
||||
defs["locations"]["ImGuiMouseCursor_"] = "imgui:1779"
|
||||
defs["locations"]["ImGuiNavHighlightFlags_"] = "imgui_internal:1443"
|
||||
defs["locations"]["ImGuiNavHighlightFlags_"] = "imgui_internal:1451"
|
||||
defs["locations"]["ImGuiNavInput"] = "imgui:1545"
|
||||
defs["locations"]["ImGuiNavItemData"] = "imgui_internal:1477"
|
||||
defs["locations"]["ImGuiNavLayer"] = "imgui_internal:1470"
|
||||
defs["locations"]["ImGuiNavMoveFlags_"] = "imgui_internal:1452"
|
||||
defs["locations"]["ImGuiNextItemData"] = "imgui_internal:1152"
|
||||
defs["locations"]["ImGuiNextItemDataFlags_"] = "imgui_internal:1145"
|
||||
defs["locations"]["ImGuiNextWindowData"] = "imgui_internal:1118"
|
||||
defs["locations"]["ImGuiNextWindowDataFlags_"] = "imgui_internal:1101"
|
||||
defs["locations"]["ImGuiOldColumnData"] = "imgui_internal:1517"
|
||||
defs["locations"]["ImGuiOldColumnFlags_"] = "imgui_internal:1497"
|
||||
defs["locations"]["ImGuiOldColumns"] = "imgui_internal:1527"
|
||||
defs["locations"]["ImGuiNavItemData"] = "imgui_internal:1485"
|
||||
defs["locations"]["ImGuiNavLayer"] = "imgui_internal:1478"
|
||||
defs["locations"]["ImGuiNavMoveFlags_"] = "imgui_internal:1460"
|
||||
defs["locations"]["ImGuiNextItemData"] = "imgui_internal:1158"
|
||||
defs["locations"]["ImGuiNextItemDataFlags_"] = "imgui_internal:1151"
|
||||
defs["locations"]["ImGuiNextWindowData"] = "imgui_internal:1124"
|
||||
defs["locations"]["ImGuiNextWindowDataFlags_"] = "imgui_internal:1107"
|
||||
defs["locations"]["ImGuiOldColumnData"] = "imgui_internal:1525"
|
||||
defs["locations"]["ImGuiOldColumnFlags_"] = "imgui_internal:1505"
|
||||
defs["locations"]["ImGuiOldColumns"] = "imgui_internal:1535"
|
||||
defs["locations"]["ImGuiOnceUponAFrame"] = "imgui:2282"
|
||||
defs["locations"]["ImGuiPayload"] = "imgui:2223"
|
||||
defs["locations"]["ImGuiPlatformIO"] = "imgui:3123"
|
||||
defs["locations"]["ImGuiPlatformImeData"] = "imgui:3195"
|
||||
defs["locations"]["ImGuiPlatformMonitor"] = "imgui:3186"
|
||||
defs["locations"]["ImGuiPlotType"] = "imgui_internal:950"
|
||||
defs["locations"]["ImGuiPopupData"] = "imgui_internal:1087"
|
||||
defs["locations"]["ImGuiPlatformIO"] = "imgui:3124"
|
||||
defs["locations"]["ImGuiPlatformImeData"] = "imgui:3196"
|
||||
defs["locations"]["ImGuiPlatformMonitor"] = "imgui:3187"
|
||||
defs["locations"]["ImGuiPlotType"] = "imgui_internal:956"
|
||||
defs["locations"]["ImGuiPopupData"] = "imgui_internal:1093"
|
||||
defs["locations"]["ImGuiPopupFlags_"] = "imgui:1097"
|
||||
defs["locations"]["ImGuiPopupPositionPolicy"] = "imgui_internal:956"
|
||||
defs["locations"]["ImGuiPtrOrIndex"] = "imgui_internal:1209"
|
||||
defs["locations"]["ImGuiScrollFlags_"] = "imgui_internal:1429"
|
||||
defs["locations"]["ImGuiSelectableFlagsPrivate_"] = "imgui_internal:885"
|
||||
defs["locations"]["ImGuiPopupPositionPolicy"] = "imgui_internal:962"
|
||||
defs["locations"]["ImGuiPtrOrIndex"] = "imgui_internal:1215"
|
||||
defs["locations"]["ImGuiScrollFlags_"] = "imgui_internal:1437"
|
||||
defs["locations"]["ImGuiSelectableFlagsPrivate_"] = "imgui_internal:891"
|
||||
defs["locations"]["ImGuiSelectableFlags_"] = "imgui:1113"
|
||||
defs["locations"]["ImGuiSeparatorFlags_"] = "imgui_internal:905"
|
||||
defs["locations"]["ImGuiSettingsHandler"] = "imgui_internal:1769"
|
||||
defs["locations"]["ImGuiShrinkWidthItem"] = "imgui_internal:1202"
|
||||
defs["locations"]["ImGuiSeparatorFlags_"] = "imgui_internal:911"
|
||||
defs["locations"]["ImGuiSettingsHandler"] = "imgui_internal:1776"
|
||||
defs["locations"]["ImGuiShrinkWidthItem"] = "imgui_internal:1208"
|
||||
defs["locations"]["ImGuiSizeCallbackData"] = "imgui:2193"
|
||||
defs["locations"]["ImGuiSliderFlagsPrivate_"] = "imgui_internal:878"
|
||||
defs["locations"]["ImGuiSliderFlagsPrivate_"] = "imgui_internal:884"
|
||||
defs["locations"]["ImGuiSliderFlags_"] = "imgui:1752"
|
||||
defs["locations"]["ImGuiSortDirection_"] = "imgui:1403"
|
||||
defs["locations"]["ImGuiStackLevelInfo"] = "imgui_internal:1827"
|
||||
defs["locations"]["ImGuiStackSizes"] = "imgui_internal:1177"
|
||||
defs["locations"]["ImGuiStackTool"] = "imgui_internal:1839"
|
||||
defs["locations"]["ImGuiStackLevelInfo"] = "imgui_internal:1858"
|
||||
defs["locations"]["ImGuiStackSizes"] = "imgui_internal:1183"
|
||||
defs["locations"]["ImGuiStackTool"] = "imgui_internal:1870"
|
||||
defs["locations"]["ImGuiStorage"] = "imgui:2344"
|
||||
defs["locations"]["ImGuiStoragePair"] = "imgui:2347"
|
||||
defs["locations"]["ImGuiStyle"] = "imgui:1909"
|
||||
defs["locations"]["ImGuiStyleMod"] = "imgui_internal:993"
|
||||
defs["locations"]["ImGuiStyleMod"] = "imgui_internal:999"
|
||||
defs["locations"]["ImGuiStyleVar_"] = "imgui:1661"
|
||||
defs["locations"]["ImGuiTabBar"] = "imgui_internal:2575"
|
||||
defs["locations"]["ImGuiTabBarFlagsPrivate_"] = "imgui_internal:2537"
|
||||
defs["locations"]["ImGuiTabBar"] = "imgui_internal:2611"
|
||||
defs["locations"]["ImGuiTabBarFlagsPrivate_"] = "imgui_internal:2573"
|
||||
defs["locations"]["ImGuiTabBarFlags_"] = "imgui:1138"
|
||||
defs["locations"]["ImGuiTabItem"] = "imgui_internal:2555"
|
||||
defs["locations"]["ImGuiTabItemFlagsPrivate_"] = "imgui_internal:2545"
|
||||
defs["locations"]["ImGuiTabItem"] = "imgui_internal:2591"
|
||||
defs["locations"]["ImGuiTabItemFlagsPrivate_"] = "imgui_internal:2581"
|
||||
defs["locations"]["ImGuiTabItemFlags_"] = "imgui:1154"
|
||||
defs["locations"]["ImGuiTable"] = "imgui_internal:2711"
|
||||
defs["locations"]["ImGuiTable"] = "imgui_internal:2747"
|
||||
defs["locations"]["ImGuiTableBgTarget_"] = "imgui:1292"
|
||||
defs["locations"]["ImGuiTableCellData"] = "imgui_internal:2695"
|
||||
defs["locations"]["ImGuiTableColumn"] = "imgui_internal:2636"
|
||||
defs["locations"]["ImGuiTableCellData"] = "imgui_internal:2731"
|
||||
defs["locations"]["ImGuiTableColumn"] = "imgui_internal:2672"
|
||||
defs["locations"]["ImGuiTableColumnFlags_"] = "imgui:1240"
|
||||
defs["locations"]["ImGuiTableColumnSettings"] = "imgui_internal:2846"
|
||||
defs["locations"]["ImGuiTableColumnSettings"] = "imgui_internal:2882"
|
||||
defs["locations"]["ImGuiTableColumnSortSpecs"] = "imgui:2245"
|
||||
defs["locations"]["ImGuiTableFlags_"] = "imgui:1189"
|
||||
defs["locations"]["ImGuiTableInstanceData"] = "imgui_internal:2702"
|
||||
defs["locations"]["ImGuiTableInstanceData"] = "imgui_internal:2738"
|
||||
defs["locations"]["ImGuiTableRowFlags_"] = "imgui:1277"
|
||||
defs["locations"]["ImGuiTableSettings"] = "imgui_internal:2870"
|
||||
defs["locations"]["ImGuiTableSettings"] = "imgui_internal:2906"
|
||||
defs["locations"]["ImGuiTableSortSpecs"] = "imgui:2259"
|
||||
defs["locations"]["ImGuiTableTempData"] = "imgui_internal:2825"
|
||||
defs["locations"]["ImGuiTableTempData"] = "imgui_internal:2861"
|
||||
defs["locations"]["ImGuiTextBuffer"] = "imgui:2317"
|
||||
defs["locations"]["ImGuiTextFilter"] = "imgui:2290"
|
||||
defs["locations"]["ImGuiTextFlags_"] = "imgui_internal:913"
|
||||
defs["locations"]["ImGuiTextIndex"] = "imgui_internal:710"
|
||||
defs["locations"]["ImGuiTextFlags_"] = "imgui_internal:919"
|
||||
defs["locations"]["ImGuiTextIndex"] = "imgui_internal:716"
|
||||
defs["locations"]["ImGuiTextRange"] = "imgui:2300"
|
||||
defs["locations"]["ImGuiTooltipFlags_"] = "imgui_internal:919"
|
||||
defs["locations"]["ImGuiTreeNodeFlagsPrivate_"] = "imgui_internal:900"
|
||||
defs["locations"]["ImGuiTooltipFlags_"] = "imgui_internal:925"
|
||||
defs["locations"]["ImGuiTreeNodeFlagsPrivate_"] = "imgui_internal:906"
|
||||
defs["locations"]["ImGuiTreeNodeFlags_"] = "imgui:1068"
|
||||
defs["locations"]["ImGuiViewport"] = "imgui:3040"
|
||||
defs["locations"]["ImGuiViewportFlags_"] = "imgui:3015"
|
||||
defs["locations"]["ImGuiViewportP"] = "imgui_internal:1706"
|
||||
defs["locations"]["ImGuiWindow"] = "imgui_internal:2393"
|
||||
defs["locations"]["ImGuiViewportP"] = "imgui_internal:1714"
|
||||
defs["locations"]["ImGuiWindow"] = "imgui_internal:2429"
|
||||
defs["locations"]["ImGuiWindowClass"] = "imgui:2208"
|
||||
defs["locations"]["ImGuiWindowDockStyle"] = "imgui_internal:1684"
|
||||
defs["locations"]["ImGuiWindowDockStyleCol"] = "imgui_internal:1673"
|
||||
defs["locations"]["ImGuiWindowDockStyle"] = "imgui_internal:1692"
|
||||
defs["locations"]["ImGuiWindowDockStyleCol"] = "imgui_internal:1681"
|
||||
defs["locations"]["ImGuiWindowFlags_"] = "imgui:995"
|
||||
defs["locations"]["ImGuiWindowSettings"] = "imgui_internal:1752"
|
||||
defs["locations"]["ImGuiWindowStackData"] = "imgui_internal:1195"
|
||||
defs["locations"]["ImGuiWindowTempData"] = "imgui_internal:2345"
|
||||
defs["locations"]["ImRect"] = "imgui_internal:515"
|
||||
defs["locations"]["ImVec1"] = "imgui_internal:497"
|
||||
defs["locations"]["ImGuiWindowSettings"] = "imgui_internal:1759"
|
||||
defs["locations"]["ImGuiWindowStackData"] = "imgui_internal:1201"
|
||||
defs["locations"]["ImGuiWindowTempData"] = "imgui_internal:2381"
|
||||
defs["locations"]["ImRect"] = "imgui_internal:521"
|
||||
defs["locations"]["ImVec1"] = "imgui_internal:503"
|
||||
defs["locations"]["ImVec2"] = "imgui:259"
|
||||
defs["locations"]["ImVec2ih"] = "imgui_internal:505"
|
||||
defs["locations"]["ImVec2ih"] = "imgui_internal:511"
|
||||
defs["locations"]["ImVec4"] = "imgui:272"
|
||||
defs["locations"]["STB_TexteditState"] = "imstb_textedit:319"
|
||||
defs["locations"]["StbTexteditRow"] = "imstb_textedit:366"
|
||||
@@ -4839,94 +4875,98 @@ defs["structs"]["ImGuiContext"][214] = {}
|
||||
defs["structs"]["ImGuiContext"][214]["name"] = "HookIdNext"
|
||||
defs["structs"]["ImGuiContext"][214]["type"] = "ImGuiID"
|
||||
defs["structs"]["ImGuiContext"][215] = {}
|
||||
defs["structs"]["ImGuiContext"][215]["name"] = "LogEnabled"
|
||||
defs["structs"]["ImGuiContext"][215]["type"] = "bool"
|
||||
defs["structs"]["ImGuiContext"][215]["name"] = "LocalizationTable[ImGuiLocKey_COUNT]"
|
||||
defs["structs"]["ImGuiContext"][215]["size"] = 7
|
||||
defs["structs"]["ImGuiContext"][215]["type"] = "const char*"
|
||||
defs["structs"]["ImGuiContext"][216] = {}
|
||||
defs["structs"]["ImGuiContext"][216]["name"] = "LogType"
|
||||
defs["structs"]["ImGuiContext"][216]["type"] = "ImGuiLogType"
|
||||
defs["structs"]["ImGuiContext"][216]["name"] = "LogEnabled"
|
||||
defs["structs"]["ImGuiContext"][216]["type"] = "bool"
|
||||
defs["structs"]["ImGuiContext"][217] = {}
|
||||
defs["structs"]["ImGuiContext"][217]["name"] = "LogFile"
|
||||
defs["structs"]["ImGuiContext"][217]["type"] = "ImFileHandle"
|
||||
defs["structs"]["ImGuiContext"][217]["name"] = "LogType"
|
||||
defs["structs"]["ImGuiContext"][217]["type"] = "ImGuiLogType"
|
||||
defs["structs"]["ImGuiContext"][218] = {}
|
||||
defs["structs"]["ImGuiContext"][218]["name"] = "LogBuffer"
|
||||
defs["structs"]["ImGuiContext"][218]["type"] = "ImGuiTextBuffer"
|
||||
defs["structs"]["ImGuiContext"][218]["name"] = "LogFile"
|
||||
defs["structs"]["ImGuiContext"][218]["type"] = "ImFileHandle"
|
||||
defs["structs"]["ImGuiContext"][219] = {}
|
||||
defs["structs"]["ImGuiContext"][219]["name"] = "LogNextPrefix"
|
||||
defs["structs"]["ImGuiContext"][219]["type"] = "const char*"
|
||||
defs["structs"]["ImGuiContext"][219]["name"] = "LogBuffer"
|
||||
defs["structs"]["ImGuiContext"][219]["type"] = "ImGuiTextBuffer"
|
||||
defs["structs"]["ImGuiContext"][220] = {}
|
||||
defs["structs"]["ImGuiContext"][220]["name"] = "LogNextSuffix"
|
||||
defs["structs"]["ImGuiContext"][220]["name"] = "LogNextPrefix"
|
||||
defs["structs"]["ImGuiContext"][220]["type"] = "const char*"
|
||||
defs["structs"]["ImGuiContext"][221] = {}
|
||||
defs["structs"]["ImGuiContext"][221]["name"] = "LogLinePosY"
|
||||
defs["structs"]["ImGuiContext"][221]["type"] = "float"
|
||||
defs["structs"]["ImGuiContext"][221]["name"] = "LogNextSuffix"
|
||||
defs["structs"]["ImGuiContext"][221]["type"] = "const char*"
|
||||
defs["structs"]["ImGuiContext"][222] = {}
|
||||
defs["structs"]["ImGuiContext"][222]["name"] = "LogLineFirstItem"
|
||||
defs["structs"]["ImGuiContext"][222]["type"] = "bool"
|
||||
defs["structs"]["ImGuiContext"][222]["name"] = "LogLinePosY"
|
||||
defs["structs"]["ImGuiContext"][222]["type"] = "float"
|
||||
defs["structs"]["ImGuiContext"][223] = {}
|
||||
defs["structs"]["ImGuiContext"][223]["name"] = "LogDepthRef"
|
||||
defs["structs"]["ImGuiContext"][223]["type"] = "int"
|
||||
defs["structs"]["ImGuiContext"][223]["name"] = "LogLineFirstItem"
|
||||
defs["structs"]["ImGuiContext"][223]["type"] = "bool"
|
||||
defs["structs"]["ImGuiContext"][224] = {}
|
||||
defs["structs"]["ImGuiContext"][224]["name"] = "LogDepthToExpand"
|
||||
defs["structs"]["ImGuiContext"][224]["name"] = "LogDepthRef"
|
||||
defs["structs"]["ImGuiContext"][224]["type"] = "int"
|
||||
defs["structs"]["ImGuiContext"][225] = {}
|
||||
defs["structs"]["ImGuiContext"][225]["name"] = "LogDepthToExpandDefault"
|
||||
defs["structs"]["ImGuiContext"][225]["name"] = "LogDepthToExpand"
|
||||
defs["structs"]["ImGuiContext"][225]["type"] = "int"
|
||||
defs["structs"]["ImGuiContext"][226] = {}
|
||||
defs["structs"]["ImGuiContext"][226]["name"] = "DebugLogFlags"
|
||||
defs["structs"]["ImGuiContext"][226]["type"] = "ImGuiDebugLogFlags"
|
||||
defs["structs"]["ImGuiContext"][226]["name"] = "LogDepthToExpandDefault"
|
||||
defs["structs"]["ImGuiContext"][226]["type"] = "int"
|
||||
defs["structs"]["ImGuiContext"][227] = {}
|
||||
defs["structs"]["ImGuiContext"][227]["name"] = "DebugLogBuf"
|
||||
defs["structs"]["ImGuiContext"][227]["type"] = "ImGuiTextBuffer"
|
||||
defs["structs"]["ImGuiContext"][227]["name"] = "DebugLogFlags"
|
||||
defs["structs"]["ImGuiContext"][227]["type"] = "ImGuiDebugLogFlags"
|
||||
defs["structs"]["ImGuiContext"][228] = {}
|
||||
defs["structs"]["ImGuiContext"][228]["name"] = "DebugLogIndex"
|
||||
defs["structs"]["ImGuiContext"][228]["type"] = "ImGuiTextIndex"
|
||||
defs["structs"]["ImGuiContext"][228]["name"] = "DebugLogBuf"
|
||||
defs["structs"]["ImGuiContext"][228]["type"] = "ImGuiTextBuffer"
|
||||
defs["structs"]["ImGuiContext"][229] = {}
|
||||
defs["structs"]["ImGuiContext"][229]["name"] = "DebugLocateFrames"
|
||||
defs["structs"]["ImGuiContext"][229]["type"] = "ImU8"
|
||||
defs["structs"]["ImGuiContext"][229]["name"] = "DebugLogIndex"
|
||||
defs["structs"]["ImGuiContext"][229]["type"] = "ImGuiTextIndex"
|
||||
defs["structs"]["ImGuiContext"][230] = {}
|
||||
defs["structs"]["ImGuiContext"][230]["name"] = "DebugItemPickerActive"
|
||||
defs["structs"]["ImGuiContext"][230]["type"] = "bool"
|
||||
defs["structs"]["ImGuiContext"][230]["name"] = "DebugLocateFrames"
|
||||
defs["structs"]["ImGuiContext"][230]["type"] = "ImU8"
|
||||
defs["structs"]["ImGuiContext"][231] = {}
|
||||
defs["structs"]["ImGuiContext"][231]["name"] = "DebugItemPickerMouseButton"
|
||||
defs["structs"]["ImGuiContext"][231]["type"] = "ImU8"
|
||||
defs["structs"]["ImGuiContext"][231]["name"] = "DebugItemPickerActive"
|
||||
defs["structs"]["ImGuiContext"][231]["type"] = "bool"
|
||||
defs["structs"]["ImGuiContext"][232] = {}
|
||||
defs["structs"]["ImGuiContext"][232]["name"] = "DebugItemPickerBreakId"
|
||||
defs["structs"]["ImGuiContext"][232]["type"] = "ImGuiID"
|
||||
defs["structs"]["ImGuiContext"][232]["name"] = "DebugItemPickerMouseButton"
|
||||
defs["structs"]["ImGuiContext"][232]["type"] = "ImU8"
|
||||
defs["structs"]["ImGuiContext"][233] = {}
|
||||
defs["structs"]["ImGuiContext"][233]["name"] = "DebugMetricsConfig"
|
||||
defs["structs"]["ImGuiContext"][233]["type"] = "ImGuiMetricsConfig"
|
||||
defs["structs"]["ImGuiContext"][233]["name"] = "DebugItemPickerBreakId"
|
||||
defs["structs"]["ImGuiContext"][233]["type"] = "ImGuiID"
|
||||
defs["structs"]["ImGuiContext"][234] = {}
|
||||
defs["structs"]["ImGuiContext"][234]["name"] = "DebugStackTool"
|
||||
defs["structs"]["ImGuiContext"][234]["type"] = "ImGuiStackTool"
|
||||
defs["structs"]["ImGuiContext"][234]["name"] = "DebugMetricsConfig"
|
||||
defs["structs"]["ImGuiContext"][234]["type"] = "ImGuiMetricsConfig"
|
||||
defs["structs"]["ImGuiContext"][235] = {}
|
||||
defs["structs"]["ImGuiContext"][235]["name"] = "DebugHoveredDockNode"
|
||||
defs["structs"]["ImGuiContext"][235]["type"] = "ImGuiDockNode*"
|
||||
defs["structs"]["ImGuiContext"][235]["name"] = "DebugStackTool"
|
||||
defs["structs"]["ImGuiContext"][235]["type"] = "ImGuiStackTool"
|
||||
defs["structs"]["ImGuiContext"][236] = {}
|
||||
defs["structs"]["ImGuiContext"][236]["name"] = "FramerateSecPerFrame[60]"
|
||||
defs["structs"]["ImGuiContext"][236]["size"] = 60
|
||||
defs["structs"]["ImGuiContext"][236]["type"] = "float"
|
||||
defs["structs"]["ImGuiContext"][236]["name"] = "DebugHoveredDockNode"
|
||||
defs["structs"]["ImGuiContext"][236]["type"] = "ImGuiDockNode*"
|
||||
defs["structs"]["ImGuiContext"][237] = {}
|
||||
defs["structs"]["ImGuiContext"][237]["name"] = "FramerateSecPerFrameIdx"
|
||||
defs["structs"]["ImGuiContext"][237]["type"] = "int"
|
||||
defs["structs"]["ImGuiContext"][237]["name"] = "FramerateSecPerFrame[60]"
|
||||
defs["structs"]["ImGuiContext"][237]["size"] = 60
|
||||
defs["structs"]["ImGuiContext"][237]["type"] = "float"
|
||||
defs["structs"]["ImGuiContext"][238] = {}
|
||||
defs["structs"]["ImGuiContext"][238]["name"] = "FramerateSecPerFrameCount"
|
||||
defs["structs"]["ImGuiContext"][238]["name"] = "FramerateSecPerFrameIdx"
|
||||
defs["structs"]["ImGuiContext"][238]["type"] = "int"
|
||||
defs["structs"]["ImGuiContext"][239] = {}
|
||||
defs["structs"]["ImGuiContext"][239]["name"] = "FramerateSecPerFrameAccum"
|
||||
defs["structs"]["ImGuiContext"][239]["type"] = "float"
|
||||
defs["structs"]["ImGuiContext"][239]["name"] = "FramerateSecPerFrameCount"
|
||||
defs["structs"]["ImGuiContext"][239]["type"] = "int"
|
||||
defs["structs"]["ImGuiContext"][240] = {}
|
||||
defs["structs"]["ImGuiContext"][240]["name"] = "WantCaptureMouseNextFrame"
|
||||
defs["structs"]["ImGuiContext"][240]["type"] = "int"
|
||||
defs["structs"]["ImGuiContext"][240]["name"] = "FramerateSecPerFrameAccum"
|
||||
defs["structs"]["ImGuiContext"][240]["type"] = "float"
|
||||
defs["structs"]["ImGuiContext"][241] = {}
|
||||
defs["structs"]["ImGuiContext"][241]["name"] = "WantCaptureKeyboardNextFrame"
|
||||
defs["structs"]["ImGuiContext"][241]["name"] = "WantCaptureMouseNextFrame"
|
||||
defs["structs"]["ImGuiContext"][241]["type"] = "int"
|
||||
defs["structs"]["ImGuiContext"][242] = {}
|
||||
defs["structs"]["ImGuiContext"][242]["name"] = "WantTextInputNextFrame"
|
||||
defs["structs"]["ImGuiContext"][242]["name"] = "WantCaptureKeyboardNextFrame"
|
||||
defs["structs"]["ImGuiContext"][242]["type"] = "int"
|
||||
defs["structs"]["ImGuiContext"][243] = {}
|
||||
defs["structs"]["ImGuiContext"][243]["name"] = "TempBuffer"
|
||||
defs["structs"]["ImGuiContext"][243]["template_type"] = "char"
|
||||
defs["structs"]["ImGuiContext"][243]["type"] = "ImVector_char"
|
||||
defs["structs"]["ImGuiContext"][243]["name"] = "WantTextInputNextFrame"
|
||||
defs["structs"]["ImGuiContext"][243]["type"] = "int"
|
||||
defs["structs"]["ImGuiContext"][244] = {}
|
||||
defs["structs"]["ImGuiContext"][244]["name"] = "TempBuffer"
|
||||
defs["structs"]["ImGuiContext"][244]["template_type"] = "char"
|
||||
defs["structs"]["ImGuiContext"][244]["type"] = "ImVector_char"
|
||||
defs["structs"]["ImGuiContextHook"] = {}
|
||||
defs["structs"]["ImGuiContextHook"][1] = {}
|
||||
defs["structs"]["ImGuiContextHook"][1]["name"] = "HookId"
|
||||
@@ -5729,6 +5769,13 @@ defs["structs"]["ImGuiListClipperRange"][4]["type"] = "ImS8"
|
||||
defs["structs"]["ImGuiListClipperRange"][5] = {}
|
||||
defs["structs"]["ImGuiListClipperRange"][5]["name"] = "PosToIndexOffsetMax"
|
||||
defs["structs"]["ImGuiListClipperRange"][5]["type"] = "ImS8"
|
||||
defs["structs"]["ImGuiLocEntry"] = {}
|
||||
defs["structs"]["ImGuiLocEntry"][1] = {}
|
||||
defs["structs"]["ImGuiLocEntry"][1]["name"] = "Key"
|
||||
defs["structs"]["ImGuiLocEntry"][1]["type"] = "ImGuiLocKey"
|
||||
defs["structs"]["ImGuiLocEntry"][2] = {}
|
||||
defs["structs"]["ImGuiLocEntry"][2]["name"] = "Text"
|
||||
defs["structs"]["ImGuiLocEntry"][2]["type"] = "const char*"
|
||||
defs["structs"]["ImGuiMenuColumns"] = {}
|
||||
defs["structs"]["ImGuiMenuColumns"][1] = {}
|
||||
defs["structs"]["ImGuiMenuColumns"][1]["name"] = "TotalWidth"
|
||||
@@ -7159,14 +7206,17 @@ defs["structs"]["ImGuiViewport"][13] = {}
|
||||
defs["structs"]["ImGuiViewport"][13]["name"] = "PlatformHandleRaw"
|
||||
defs["structs"]["ImGuiViewport"][13]["type"] = "void*"
|
||||
defs["structs"]["ImGuiViewport"][14] = {}
|
||||
defs["structs"]["ImGuiViewport"][14]["name"] = "PlatformRequestMove"
|
||||
defs["structs"]["ImGuiViewport"][14]["name"] = "PlatformWindowCreated"
|
||||
defs["structs"]["ImGuiViewport"][14]["type"] = "bool"
|
||||
defs["structs"]["ImGuiViewport"][15] = {}
|
||||
defs["structs"]["ImGuiViewport"][15]["name"] = "PlatformRequestResize"
|
||||
defs["structs"]["ImGuiViewport"][15]["name"] = "PlatformRequestMove"
|
||||
defs["structs"]["ImGuiViewport"][15]["type"] = "bool"
|
||||
defs["structs"]["ImGuiViewport"][16] = {}
|
||||
defs["structs"]["ImGuiViewport"][16]["name"] = "PlatformRequestClose"
|
||||
defs["structs"]["ImGuiViewport"][16]["name"] = "PlatformRequestResize"
|
||||
defs["structs"]["ImGuiViewport"][16]["type"] = "bool"
|
||||
defs["structs"]["ImGuiViewport"][17] = {}
|
||||
defs["structs"]["ImGuiViewport"][17]["name"] = "PlatformRequestClose"
|
||||
defs["structs"]["ImGuiViewport"][17]["type"] = "bool"
|
||||
defs["structs"]["ImGuiViewportP"] = {}
|
||||
defs["structs"]["ImGuiViewportP"][1] = {}
|
||||
defs["structs"]["ImGuiViewportP"][1]["name"] = "_ImGuiViewport"
|
||||
@@ -7196,46 +7246,43 @@ defs["structs"]["ImGuiViewportP"][9] = {}
|
||||
defs["structs"]["ImGuiViewportP"][9]["name"] = "PlatformMonitor"
|
||||
defs["structs"]["ImGuiViewportP"][9]["type"] = "short"
|
||||
defs["structs"]["ImGuiViewportP"][10] = {}
|
||||
defs["structs"]["ImGuiViewportP"][10]["name"] = "PlatformWindowCreated"
|
||||
defs["structs"]["ImGuiViewportP"][10]["type"] = "bool"
|
||||
defs["structs"]["ImGuiViewportP"][10]["name"] = "Window"
|
||||
defs["structs"]["ImGuiViewportP"][10]["type"] = "ImGuiWindow*"
|
||||
defs["structs"]["ImGuiViewportP"][11] = {}
|
||||
defs["structs"]["ImGuiViewportP"][11]["name"] = "Window"
|
||||
defs["structs"]["ImGuiViewportP"][11]["type"] = "ImGuiWindow*"
|
||||
defs["structs"]["ImGuiViewportP"][11]["name"] = "DrawListsLastFrame[2]"
|
||||
defs["structs"]["ImGuiViewportP"][11]["size"] = 2
|
||||
defs["structs"]["ImGuiViewportP"][11]["type"] = "int"
|
||||
defs["structs"]["ImGuiViewportP"][12] = {}
|
||||
defs["structs"]["ImGuiViewportP"][12]["name"] = "DrawListsLastFrame[2]"
|
||||
defs["structs"]["ImGuiViewportP"][12]["name"] = "DrawLists[2]"
|
||||
defs["structs"]["ImGuiViewportP"][12]["size"] = 2
|
||||
defs["structs"]["ImGuiViewportP"][12]["type"] = "int"
|
||||
defs["structs"]["ImGuiViewportP"][12]["type"] = "ImDrawList*"
|
||||
defs["structs"]["ImGuiViewportP"][13] = {}
|
||||
defs["structs"]["ImGuiViewportP"][13]["name"] = "DrawLists[2]"
|
||||
defs["structs"]["ImGuiViewportP"][13]["size"] = 2
|
||||
defs["structs"]["ImGuiViewportP"][13]["type"] = "ImDrawList*"
|
||||
defs["structs"]["ImGuiViewportP"][13]["name"] = "DrawDataP"
|
||||
defs["structs"]["ImGuiViewportP"][13]["type"] = "ImDrawData"
|
||||
defs["structs"]["ImGuiViewportP"][14] = {}
|
||||
defs["structs"]["ImGuiViewportP"][14]["name"] = "DrawDataP"
|
||||
defs["structs"]["ImGuiViewportP"][14]["type"] = "ImDrawData"
|
||||
defs["structs"]["ImGuiViewportP"][14]["name"] = "DrawDataBuilder"
|
||||
defs["structs"]["ImGuiViewportP"][14]["type"] = "ImDrawDataBuilder"
|
||||
defs["structs"]["ImGuiViewportP"][15] = {}
|
||||
defs["structs"]["ImGuiViewportP"][15]["name"] = "DrawDataBuilder"
|
||||
defs["structs"]["ImGuiViewportP"][15]["type"] = "ImDrawDataBuilder"
|
||||
defs["structs"]["ImGuiViewportP"][15]["name"] = "LastPlatformPos"
|
||||
defs["structs"]["ImGuiViewportP"][15]["type"] = "ImVec2"
|
||||
defs["structs"]["ImGuiViewportP"][16] = {}
|
||||
defs["structs"]["ImGuiViewportP"][16]["name"] = "LastPlatformPos"
|
||||
defs["structs"]["ImGuiViewportP"][16]["name"] = "LastPlatformSize"
|
||||
defs["structs"]["ImGuiViewportP"][16]["type"] = "ImVec2"
|
||||
defs["structs"]["ImGuiViewportP"][17] = {}
|
||||
defs["structs"]["ImGuiViewportP"][17]["name"] = "LastPlatformSize"
|
||||
defs["structs"]["ImGuiViewportP"][17]["name"] = "LastRendererSize"
|
||||
defs["structs"]["ImGuiViewportP"][17]["type"] = "ImVec2"
|
||||
defs["structs"]["ImGuiViewportP"][18] = {}
|
||||
defs["structs"]["ImGuiViewportP"][18]["name"] = "LastRendererSize"
|
||||
defs["structs"]["ImGuiViewportP"][18]["name"] = "WorkOffsetMin"
|
||||
defs["structs"]["ImGuiViewportP"][18]["type"] = "ImVec2"
|
||||
defs["structs"]["ImGuiViewportP"][19] = {}
|
||||
defs["structs"]["ImGuiViewportP"][19]["name"] = "WorkOffsetMin"
|
||||
defs["structs"]["ImGuiViewportP"][19]["name"] = "WorkOffsetMax"
|
||||
defs["structs"]["ImGuiViewportP"][19]["type"] = "ImVec2"
|
||||
defs["structs"]["ImGuiViewportP"][20] = {}
|
||||
defs["structs"]["ImGuiViewportP"][20]["name"] = "WorkOffsetMax"
|
||||
defs["structs"]["ImGuiViewportP"][20]["name"] = "BuildWorkOffsetMin"
|
||||
defs["structs"]["ImGuiViewportP"][20]["type"] = "ImVec2"
|
||||
defs["structs"]["ImGuiViewportP"][21] = {}
|
||||
defs["structs"]["ImGuiViewportP"][21]["name"] = "BuildWorkOffsetMin"
|
||||
defs["structs"]["ImGuiViewportP"][21]["name"] = "BuildWorkOffsetMax"
|
||||
defs["structs"]["ImGuiViewportP"][21]["type"] = "ImVec2"
|
||||
defs["structs"]["ImGuiViewportP"][22] = {}
|
||||
defs["structs"]["ImGuiViewportP"][22]["name"] = "BuildWorkOffsetMax"
|
||||
defs["structs"]["ImGuiViewportP"][22]["type"] = "ImVec2"
|
||||
defs["structs"]["ImGuiWindow"] = {}
|
||||
defs["structs"]["ImGuiWindow"][1] = {}
|
||||
defs["structs"]["ImGuiWindow"][1]["name"] = "Name"
|
||||
|
Reference in New Issue
Block a user