mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
pull imgui docking 1.85 and generate
This commit is contained in:
@@ -38,6 +38,7 @@ CIMGUI_API bool ImGui_ImplSDL2_InitForOpenGL(SDL_Window* window,void* sdl_gl_con
|
||||
CIMGUI_API bool ImGui_ImplSDL2_InitForVulkan(SDL_Window* window);
|
||||
CIMGUI_API bool ImGui_ImplSDL2_InitForD3D(SDL_Window* window);
|
||||
CIMGUI_API bool ImGui_ImplSDL2_InitForMetal(SDL_Window* window);
|
||||
CIMGUI_API bool ImGui_ImplSDL2_InitForSDLRenderer(SDL_Window* window);
|
||||
CIMGUI_API void ImGui_ImplSDL2_Shutdown();
|
||||
CIMGUI_API void ImGui_ImplSDL2_NewFrame();
|
||||
CIMGUI_API bool ImGui_ImplSDL2_ProcessEvent(const SDL_Event* event);
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -645,6 +645,27 @@
|
||||
"stname": ""
|
||||
}
|
||||
],
|
||||
"ImGui_ImplSDL2_InitForSDLRenderer": [
|
||||
{
|
||||
"args": "(SDL_Window* window)",
|
||||
"argsT": [
|
||||
{
|
||||
"name": "window",
|
||||
"type": "SDL_Window*"
|
||||
}
|
||||
],
|
||||
"argsoriginal": "(SDL_Window* window)",
|
||||
"call_args": "(window)",
|
||||
"cimguiname": "ImGui_ImplSDL2_InitForSDLRenderer",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplSDL2_InitForSDLRenderer",
|
||||
"location": "imgui_impl_sdl:30",
|
||||
"ov_cimguiname": "ImGui_ImplSDL2_InitForSDLRenderer",
|
||||
"ret": "bool",
|
||||
"signature": "(SDL_Window*)",
|
||||
"stname": ""
|
||||
}
|
||||
],
|
||||
"ImGui_ImplSDL2_InitForVulkan": [
|
||||
{
|
||||
"args": "(SDL_Window* window)",
|
||||
@@ -675,7 +696,7 @@
|
||||
"cimguiname": "ImGui_ImplSDL2_NewFrame",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplSDL2_NewFrame",
|
||||
"location": "imgui_impl_sdl:31",
|
||||
"location": "imgui_impl_sdl:32",
|
||||
"ov_cimguiname": "ImGui_ImplSDL2_NewFrame",
|
||||
"ret": "void",
|
||||
"signature": "()",
|
||||
@@ -696,7 +717,7 @@
|
||||
"cimguiname": "ImGui_ImplSDL2_ProcessEvent",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplSDL2_ProcessEvent",
|
||||
"location": "imgui_impl_sdl:32",
|
||||
"location": "imgui_impl_sdl:33",
|
||||
"ov_cimguiname": "ImGui_ImplSDL2_ProcessEvent",
|
||||
"ret": "bool",
|
||||
"signature": "(const SDL_Event*)",
|
||||
@@ -712,7 +733,7 @@
|
||||
"cimguiname": "ImGui_ImplSDL2_Shutdown",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplSDL2_Shutdown",
|
||||
"location": "imgui_impl_sdl:30",
|
||||
"location": "imgui_impl_sdl:31",
|
||||
"ov_cimguiname": "ImGui_ImplSDL2_Shutdown",
|
||||
"ret": "void",
|
||||
"signature": "()",
|
||||
|
@@ -564,6 +564,24 @@ defs["ImGui_ImplSDL2_InitForOpenGL"][1]["ret"] = "bool"
|
||||
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["signature"] = "(SDL_Window*,void*)"
|
||||
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["stname"] = ""
|
||||
defs["ImGui_ImplSDL2_InitForOpenGL"]["(SDL_Window*,void*)"] = defs["ImGui_ImplSDL2_InitForOpenGL"][1]
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"] = {}
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1] = {}
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["args"] = "(SDL_Window* window)"
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["argsT"] = {}
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["argsT"][1] = {}
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["argsT"][1]["name"] = "window"
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["argsT"][1]["type"] = "SDL_Window*"
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["argsoriginal"] = "(SDL_Window* window)"
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["call_args"] = "(window)"
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["cimguiname"] = "ImGui_ImplSDL2_InitForSDLRenderer"
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["funcname"] = "ImGui_ImplSDL2_InitForSDLRenderer"
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["location"] = "imgui_impl_sdl:30"
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_InitForSDLRenderer"
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["ret"] = "bool"
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["signature"] = "(SDL_Window*)"
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["stname"] = ""
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"]["(SDL_Window*)"] = defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]
|
||||
defs["ImGui_ImplSDL2_InitForVulkan"] = {}
|
||||
defs["ImGui_ImplSDL2_InitForVulkan"][1] = {}
|
||||
defs["ImGui_ImplSDL2_InitForVulkan"][1]["args"] = "(SDL_Window* window)"
|
||||
@@ -591,7 +609,7 @@ defs["ImGui_ImplSDL2_NewFrame"][1]["call_args"] = "()"
|
||||
defs["ImGui_ImplSDL2_NewFrame"][1]["cimguiname"] = "ImGui_ImplSDL2_NewFrame"
|
||||
defs["ImGui_ImplSDL2_NewFrame"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplSDL2_NewFrame"][1]["funcname"] = "ImGui_ImplSDL2_NewFrame"
|
||||
defs["ImGui_ImplSDL2_NewFrame"][1]["location"] = "imgui_impl_sdl:31"
|
||||
defs["ImGui_ImplSDL2_NewFrame"][1]["location"] = "imgui_impl_sdl:32"
|
||||
defs["ImGui_ImplSDL2_NewFrame"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_NewFrame"
|
||||
defs["ImGui_ImplSDL2_NewFrame"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplSDL2_NewFrame"][1]["signature"] = "()"
|
||||
@@ -609,7 +627,7 @@ defs["ImGui_ImplSDL2_ProcessEvent"][1]["call_args"] = "(event)"
|
||||
defs["ImGui_ImplSDL2_ProcessEvent"][1]["cimguiname"] = "ImGui_ImplSDL2_ProcessEvent"
|
||||
defs["ImGui_ImplSDL2_ProcessEvent"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplSDL2_ProcessEvent"][1]["funcname"] = "ImGui_ImplSDL2_ProcessEvent"
|
||||
defs["ImGui_ImplSDL2_ProcessEvent"][1]["location"] = "imgui_impl_sdl:32"
|
||||
defs["ImGui_ImplSDL2_ProcessEvent"][1]["location"] = "imgui_impl_sdl:33"
|
||||
defs["ImGui_ImplSDL2_ProcessEvent"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_ProcessEvent"
|
||||
defs["ImGui_ImplSDL2_ProcessEvent"][1]["ret"] = "bool"
|
||||
defs["ImGui_ImplSDL2_ProcessEvent"][1]["signature"] = "(const SDL_Event*)"
|
||||
@@ -624,7 +642,7 @@ defs["ImGui_ImplSDL2_Shutdown"][1]["call_args"] = "()"
|
||||
defs["ImGui_ImplSDL2_Shutdown"][1]["cimguiname"] = "ImGui_ImplSDL2_Shutdown"
|
||||
defs["ImGui_ImplSDL2_Shutdown"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplSDL2_Shutdown"][1]["funcname"] = "ImGui_ImplSDL2_Shutdown"
|
||||
defs["ImGui_ImplSDL2_Shutdown"][1]["location"] = "imgui_impl_sdl:30"
|
||||
defs["ImGui_ImplSDL2_Shutdown"][1]["location"] = "imgui_impl_sdl:31"
|
||||
defs["ImGui_ImplSDL2_Shutdown"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_Shutdown"
|
||||
defs["ImGui_ImplSDL2_Shutdown"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplSDL2_Shutdown"][1]["signature"] = "()"
|
||||
|
@@ -121,6 +121,28 @@
|
||||
"value": "1 << 2"
|
||||
}
|
||||
],
|
||||
"ImGuiActivateFlags_": [
|
||||
{
|
||||
"calc_value": 0,
|
||||
"name": "ImGuiActivateFlags_None",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"calc_value": 1,
|
||||
"name": "ImGuiActivateFlags_PreferInput",
|
||||
"value": "1 << 0"
|
||||
},
|
||||
{
|
||||
"calc_value": 2,
|
||||
"name": "ImGuiActivateFlags_PreferTweak",
|
||||
"value": "1 << 1"
|
||||
},
|
||||
{
|
||||
"calc_value": 4,
|
||||
"name": "ImGuiActivateFlags_TryToPreserveState",
|
||||
"value": "1 << 2"
|
||||
}
|
||||
],
|
||||
"ImGuiAxis": [
|
||||
{
|
||||
"calc_value": -1,
|
||||
@@ -1275,6 +1297,16 @@
|
||||
"name": "ImGuiFocusedFlags_AnyWindow",
|
||||
"value": "1 << 2"
|
||||
},
|
||||
{
|
||||
"calc_value": 8,
|
||||
"name": "ImGuiFocusedFlags_NoPopupHierarchy",
|
||||
"value": "1 << 3"
|
||||
},
|
||||
{
|
||||
"calc_value": 16,
|
||||
"name": "ImGuiFocusedFlags_DockHierarchy",
|
||||
"value": "1 << 4"
|
||||
},
|
||||
{
|
||||
"calc_value": 3,
|
||||
"name": "ImGuiFocusedFlags_RootAndChildWindows",
|
||||
@@ -1304,26 +1336,36 @@
|
||||
},
|
||||
{
|
||||
"calc_value": 8,
|
||||
"name": "ImGuiHoveredFlags_AllowWhenBlockedByPopup",
|
||||
"name": "ImGuiHoveredFlags_NoPopupHierarchy",
|
||||
"value": "1 << 3"
|
||||
},
|
||||
{
|
||||
"calc_value": 16,
|
||||
"name": "ImGuiHoveredFlags_DockHierarchy",
|
||||
"value": "1 << 4"
|
||||
},
|
||||
{
|
||||
"calc_value": 32,
|
||||
"name": "ImGuiHoveredFlags_AllowWhenBlockedByActiveItem",
|
||||
"name": "ImGuiHoveredFlags_AllowWhenBlockedByPopup",
|
||||
"value": "1 << 5"
|
||||
},
|
||||
{
|
||||
"calc_value": 64,
|
||||
"name": "ImGuiHoveredFlags_AllowWhenOverlapped",
|
||||
"value": "1 << 6"
|
||||
},
|
||||
{
|
||||
"calc_value": 128,
|
||||
"name": "ImGuiHoveredFlags_AllowWhenDisabled",
|
||||
"name": "ImGuiHoveredFlags_AllowWhenBlockedByActiveItem",
|
||||
"value": "1 << 7"
|
||||
},
|
||||
{
|
||||
"calc_value": 104,
|
||||
"calc_value": 256,
|
||||
"name": "ImGuiHoveredFlags_AllowWhenOverlapped",
|
||||
"value": "1 << 8"
|
||||
},
|
||||
{
|
||||
"calc_value": 512,
|
||||
"name": "ImGuiHoveredFlags_AllowWhenDisabled",
|
||||
"value": "1 << 9"
|
||||
},
|
||||
{
|
||||
"calc_value": 416,
|
||||
"name": "ImGuiHoveredFlags_RectOnly",
|
||||
"value": "ImGuiHoveredFlags_AllowWhenBlockedByPopup | ImGuiHoveredFlags_AllowWhenBlockedByActiveItem | ImGuiHoveredFlags_AllowWhenOverlapped"
|
||||
},
|
||||
@@ -1526,18 +1568,6 @@
|
||||
"value": "1 << 19"
|
||||
}
|
||||
],
|
||||
"ImGuiItemAddFlags_": [
|
||||
{
|
||||
"calc_value": 0,
|
||||
"name": "ImGuiItemAddFlags_None",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"calc_value": 1,
|
||||
"name": "ImGuiItemAddFlags_Focusable",
|
||||
"value": "1 << 0"
|
||||
}
|
||||
],
|
||||
"ImGuiItemFlags_": [
|
||||
{
|
||||
"calc_value": 0,
|
||||
@@ -1583,6 +1613,11 @@
|
||||
"calc_value": 128,
|
||||
"name": "ImGuiItemFlags_ReadOnly",
|
||||
"value": "1 << 7"
|
||||
},
|
||||
{
|
||||
"calc_value": 256,
|
||||
"name": "ImGuiItemFlags_Inputable",
|
||||
"value": "1 << 8"
|
||||
}
|
||||
],
|
||||
"ImGuiItemStatusFlags_": [
|
||||
@@ -1633,18 +1668,8 @@
|
||||
},
|
||||
{
|
||||
"calc_value": 256,
|
||||
"name": "ImGuiItemStatusFlags_FocusedByCode",
|
||||
"value": "1 << 8"
|
||||
},
|
||||
{
|
||||
"calc_value": 512,
|
||||
"name": "ImGuiItemStatusFlags_FocusedByTabbing",
|
||||
"value": "1 << 9"
|
||||
},
|
||||
{
|
||||
"calc_value": 768,
|
||||
"name": "ImGuiItemStatusFlags_Focused",
|
||||
"value": "ImGuiItemStatusFlags_FocusedByCode | ImGuiItemStatusFlags_FocusedByTabbing"
|
||||
"value": "1 << 8"
|
||||
}
|
||||
],
|
||||
"ImGuiKeyModFlags_": [
|
||||
@@ -1931,23 +1956,6 @@
|
||||
"value": "1 << 2"
|
||||
}
|
||||
],
|
||||
"ImGuiNavForward": [
|
||||
{
|
||||
"calc_value": 0,
|
||||
"name": "ImGuiNavForward_None",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"calc_value": 1,
|
||||
"name": "ImGuiNavForward_ForwardQueued",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"calc_value": 2,
|
||||
"name": "ImGuiNavForward_ForwardActive",
|
||||
"value": "2"
|
||||
}
|
||||
],
|
||||
"ImGuiNavHighlightFlags_": [
|
||||
{
|
||||
"calc_value": 0,
|
||||
@@ -2142,8 +2150,33 @@
|
||||
},
|
||||
{
|
||||
"calc_value": 64,
|
||||
"name": "ImGuiNavMoveFlags_ScrollToEdge",
|
||||
"name": "ImGuiNavMoveFlags_ScrollToEdgeY",
|
||||
"value": "1 << 6"
|
||||
},
|
||||
{
|
||||
"calc_value": 128,
|
||||
"name": "ImGuiNavMoveFlags_Forwarded",
|
||||
"value": "1 << 7"
|
||||
},
|
||||
{
|
||||
"calc_value": 256,
|
||||
"name": "ImGuiNavMoveFlags_DebugNoResult",
|
||||
"value": "1 << 8"
|
||||
},
|
||||
{
|
||||
"calc_value": 512,
|
||||
"name": "ImGuiNavMoveFlags_Tabbing",
|
||||
"value": "1 << 9"
|
||||
},
|
||||
{
|
||||
"calc_value": 1024,
|
||||
"name": "ImGuiNavMoveFlags_Activate",
|
||||
"value": "1 << 10"
|
||||
},
|
||||
{
|
||||
"calc_value": 2048,
|
||||
"name": "ImGuiNavMoveFlags_DontSetNavHighlight",
|
||||
"value": "1 << 11"
|
||||
}
|
||||
],
|
||||
"ImGuiNextItemDataFlags_": [
|
||||
@@ -2343,6 +2376,58 @@
|
||||
"value": "2"
|
||||
}
|
||||
],
|
||||
"ImGuiScrollFlags_": [
|
||||
{
|
||||
"calc_value": 0,
|
||||
"name": "ImGuiScrollFlags_None",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"calc_value": 1,
|
||||
"name": "ImGuiScrollFlags_KeepVisibleEdgeX",
|
||||
"value": "1 << 0"
|
||||
},
|
||||
{
|
||||
"calc_value": 2,
|
||||
"name": "ImGuiScrollFlags_KeepVisibleEdgeY",
|
||||
"value": "1 << 1"
|
||||
},
|
||||
{
|
||||
"calc_value": 4,
|
||||
"name": "ImGuiScrollFlags_KeepVisibleCenterX",
|
||||
"value": "1 << 2"
|
||||
},
|
||||
{
|
||||
"calc_value": 8,
|
||||
"name": "ImGuiScrollFlags_KeepVisibleCenterY",
|
||||
"value": "1 << 3"
|
||||
},
|
||||
{
|
||||
"calc_value": 16,
|
||||
"name": "ImGuiScrollFlags_AlwaysCenterX",
|
||||
"value": "1 << 4"
|
||||
},
|
||||
{
|
||||
"calc_value": 32,
|
||||
"name": "ImGuiScrollFlags_AlwaysCenterY",
|
||||
"value": "1 << 5"
|
||||
},
|
||||
{
|
||||
"calc_value": 64,
|
||||
"name": "ImGuiScrollFlags_NoScrollParent",
|
||||
"value": "1 << 6"
|
||||
},
|
||||
{
|
||||
"calc_value": 21,
|
||||
"name": "ImGuiScrollFlags_MaskX_",
|
||||
"value": "ImGuiScrollFlags_KeepVisibleEdgeX | ImGuiScrollFlags_KeepVisibleCenterX | ImGuiScrollFlags_AlwaysCenterX"
|
||||
},
|
||||
{
|
||||
"calc_value": 42,
|
||||
"name": "ImGuiScrollFlags_MaskY_",
|
||||
"value": "ImGuiScrollFlags_KeepVisibleEdgeY | ImGuiScrollFlags_KeepVisibleCenterY | ImGuiScrollFlags_AlwaysCenterY"
|
||||
}
|
||||
],
|
||||
"ImGuiSelectableFlagsPrivate_": [
|
||||
{
|
||||
"calc_value": 1048576,
|
||||
@@ -3520,156 +3605,158 @@
|
||||
},
|
||||
"enumtypes": [],
|
||||
"locations": {
|
||||
"ImBitVector": "imgui_internal:563",
|
||||
"ImColor": "imgui:2320",
|
||||
"ImDrawChannel": "imgui:2417",
|
||||
"ImDrawCmd": "imgui:2369",
|
||||
"ImDrawCmdHeader": "imgui:2409",
|
||||
"ImDrawData": "imgui:2607",
|
||||
"ImDrawDataBuilder": "imgui_internal:736",
|
||||
"ImDrawFlags_": "imgui:2443",
|
||||
"ImDrawList": "imgui:2481",
|
||||
"ImDrawListFlags_": "imgui:2463",
|
||||
"ImDrawListSharedData": "imgui_internal:716",
|
||||
"ImDrawListSplitter": "imgui:2426",
|
||||
"ImDrawVert": "imgui:2394",
|
||||
"ImFont": "imgui:2826",
|
||||
"ImFontAtlas": "imgui:2724",
|
||||
"ImFontAtlasCustomRect": "imgui:2686",
|
||||
"ImFontAtlasFlags_": "imgui:2699",
|
||||
"ImFontBuilderIO": "imgui_internal:2986",
|
||||
"ImFontConfig": "imgui:2630",
|
||||
"ImFontGlyph": "imgui:2659",
|
||||
"ImFontGlyphRangesBuilder": "imgui:2671",
|
||||
"ImGuiAxis": "imgui_internal:901",
|
||||
"ImGuiBackendFlags_": "imgui:1491",
|
||||
"ImGuiButtonFlagsPrivate_": "imgui_internal:808",
|
||||
"ImGuiButtonFlags_": "imgui:1605",
|
||||
"ImGuiCol_": "imgui:1506",
|
||||
"ImGuiColorEditFlags_": "imgui:1618",
|
||||
"ImGuiColorMod": "imgui_internal:1009",
|
||||
"ImGuiComboFlagsPrivate_": "imgui_internal:831",
|
||||
"ImGuiComboFlags_": "imgui:1105",
|
||||
"ImGuiComboPreviewData": "imgui_internal:1026",
|
||||
"ImGuiCond_": "imgui:1710",
|
||||
"ImGuiConfigFlags_": "imgui:1466",
|
||||
"ImGuiContext": "imgui_internal:1587",
|
||||
"ImGuiContextHook": "imgui_internal:1572",
|
||||
"ImGuiContextHookType": "imgui_internal:1570",
|
||||
"ImGuiDataAuthority_": "imgui_internal:1332",
|
||||
"ImGuiDataTypeInfo": "imgui_internal:992",
|
||||
"ImGuiDataTypePrivate_": "imgui_internal:1001",
|
||||
"ImGuiDataTypeTempStorage": "imgui_internal:986",
|
||||
"ImGuiDataType_": "imgui:1359",
|
||||
"ImGuiDir_": "imgui:1375",
|
||||
"ImGuiDockContext": "imgui_internal:1427",
|
||||
"ImGuiDockNode": "imgui_internal:1348",
|
||||
"ImGuiDockNodeFlagsPrivate_": "imgui_internal:1307",
|
||||
"ImGuiDockNodeFlags_": "imgui:1324",
|
||||
"ImGuiDockNodeState": "imgui_internal:1339",
|
||||
"ImGuiDragDropFlags_": "imgui:1337",
|
||||
"ImGuiFocusedFlags_": "imgui:1294",
|
||||
"ImGuiGroupData": "imgui_internal:1039",
|
||||
"ImGuiHoveredFlags_": "imgui:1306",
|
||||
"ImGuiIO": "imgui:1876",
|
||||
"ImGuiInputReadMode": "imgui_internal:926",
|
||||
"ImGuiInputSource": "imgui_internal:914",
|
||||
"ImGuiInputTextCallbackData": "imgui:2029",
|
||||
"ImGuiInputTextFlagsPrivate_": "imgui_internal:799",
|
||||
"ImGuiInputTextFlags_": "imgui:1018",
|
||||
"ImGuiInputTextState": "imgui_internal:1074",
|
||||
"ImGuiItemAddFlags_": "imgui_internal:767",
|
||||
"ImGuiItemFlags_": "imgui_internal:752",
|
||||
"ImGuiItemStatusFlags_": "imgui_internal:774",
|
||||
"ImGuiKeyModFlags_": "imgui:1422",
|
||||
"ImGuiKey_": "imgui:1394",
|
||||
"ImGuiLastItemData": "imgui_internal:1203",
|
||||
"ImGuiLayoutType_": "imgui_internal:885",
|
||||
"ImGuiListClipper": "imgui:2271",
|
||||
"ImGuiLogType": "imgui_internal:891",
|
||||
"ImGuiMenuColumns": "imgui_internal:1055",
|
||||
"ImGuiMetricsConfig": "imgui_internal:1526",
|
||||
"ImGuiMouseButton_": "imgui:1682",
|
||||
"ImGuiMouseCursor_": "imgui:1692",
|
||||
"ImGuiNavDirSourceFlags_": "imgui_internal:945",
|
||||
"ImGuiNavForward": "imgui_internal:965",
|
||||
"ImGuiNavHighlightFlags_": "imgui_internal:936",
|
||||
"ImGuiNavInput_": "imgui:1435",
|
||||
"ImGuiNavItemData": "imgui_internal:1125",
|
||||
"ImGuiNavLayer": "imgui_internal:972",
|
||||
"ImGuiNavMoveFlags_": "imgui_internal:953",
|
||||
"ImGuiNextItemData": "imgui_internal:1190",
|
||||
"ImGuiNextItemDataFlags_": "imgui_internal:1183",
|
||||
"ImGuiNextWindowData": "imgui_internal:1156",
|
||||
"ImGuiNextWindowDataFlags_": "imgui_internal:1139",
|
||||
"ImGuiOldColumnData": "imgui_internal:1261",
|
||||
"ImGuiOldColumnFlags_": "imgui_internal:1241",
|
||||
"ImGuiOldColumns": "imgui_internal:1271",
|
||||
"ImGuiOnceUponAFrame": "imgui:2149",
|
||||
"ImGuiPayload": "imgui:2090",
|
||||
"ImGuiPlatformIO": "imgui:2989",
|
||||
"ImGuiPlatformMonitor": "imgui:3053",
|
||||
"ImGuiPlotType": "imgui_internal:908",
|
||||
"ImGuiPopupData": "imgui_internal:1112",
|
||||
"ImGuiPopupFlags_": "imgui:1078",
|
||||
"ImGuiPopupPositionPolicy": "imgui_internal:979",
|
||||
"ImGuiPtrOrIndex": "imgui_internal:1227",
|
||||
"ImGuiSelectableFlagsPrivate_": "imgui_internal:844",
|
||||
"ImGuiSelectableFlags_": "imgui:1094",
|
||||
"ImGuiSeparatorFlags_": "imgui_internal:863",
|
||||
"ImGuiSettingsHandler": "imgui_internal:1507",
|
||||
"ImGuiShrinkWidthItem": "imgui_internal:1221",
|
||||
"ImGuiSizeCallbackData": "imgui:2060",
|
||||
"ImGuiSliderFlagsPrivate_": "imgui_internal:837",
|
||||
"ImGuiSliderFlags_": "imgui:1665",
|
||||
"ImGuiSortDirection_": "imgui:1386",
|
||||
"ImGuiStackSizes": "imgui_internal:1550",
|
||||
"ImGuiStorage": "imgui:2211",
|
||||
"ImGuiStoragePair": "imgui:2214",
|
||||
"ImGuiStyle": "imgui:1821",
|
||||
"ImGuiStyleMod": "imgui_internal:1016",
|
||||
"ImGuiStyleVar_": "imgui:1573",
|
||||
"ImGuiTabBar": "imgui_internal:2246",
|
||||
"ImGuiTabBarFlagsPrivate_": "imgui_internal:2209",
|
||||
"ImGuiTabBarFlags_": "imgui:1119",
|
||||
"ImGuiTabItem": "imgui_internal:2227",
|
||||
"ImGuiTabItemFlagsPrivate_": "imgui_internal:2217",
|
||||
"ImGuiTabItemFlags_": "imgui:1135",
|
||||
"ImGuiTable": "imgui_internal:2373",
|
||||
"ImGuiTableBgTarget_": "imgui:1285",
|
||||
"ImGuiTableCellData": "imgui_internal:2366",
|
||||
"ImGuiTableColumn": "imgui_internal:2307",
|
||||
"ImGuiTableColumnFlags_": "imgui:1228",
|
||||
"ImGuiTableColumnSettings": "imgui_internal:2507",
|
||||
"ImGuiTableColumnSortSpecs": "imgui:2112",
|
||||
"ImGuiTableFlags_": "imgui:1171",
|
||||
"ImGuiTableRowFlags_": "imgui:1270",
|
||||
"ImGuiTableSettings": "imgui_internal:2531",
|
||||
"ImGuiTableSortSpecs": "imgui:2126",
|
||||
"ImGuiTableTempData": "imgui_internal:2486",
|
||||
"ImGuiTextBuffer": "imgui:2184",
|
||||
"ImGuiTextFilter": "imgui:2157",
|
||||
"ImGuiTextFlags_": "imgui_internal:871",
|
||||
"ImGuiTextRange": "imgui:2167",
|
||||
"ImGuiTooltipFlags_": "imgui_internal:877",
|
||||
"ImGuiTreeNodeFlagsPrivate_": "imgui_internal:858",
|
||||
"ImGuiTreeNodeFlags_": "imgui:1049",
|
||||
"ImGuiViewport": "imgui:2907",
|
||||
"ImGuiViewportFlags_": "imgui:2882",
|
||||
"ImGuiViewportP": "imgui_internal:1444",
|
||||
"ImGuiWindow": "imgui_internal:2068",
|
||||
"ImGuiWindowClass": "imgui:2075",
|
||||
"ImGuiWindowDockStyle": "imgui_internal:1422",
|
||||
"ImGuiWindowDockStyleCol": "imgui_internal:1411",
|
||||
"ImGuiWindowFlags_": "imgui:975",
|
||||
"ImGuiWindowSettings": "imgui_internal:1490",
|
||||
"ImGuiWindowStackData": "imgui_internal:1215",
|
||||
"ImGuiWindowTempData": "imgui_internal:2019",
|
||||
"ImRect": "imgui_internal:492",
|
||||
"ImVec1": "imgui_internal:474",
|
||||
"ImVec2": "imgui:251",
|
||||
"ImVec2ih": "imgui_internal:482",
|
||||
"ImVec4": "imgui:264",
|
||||
"ImBitVector": "imgui_internal:559",
|
||||
"ImColor": "imgui:2344",
|
||||
"ImDrawChannel": "imgui:2434",
|
||||
"ImDrawCmd": "imgui:2393",
|
||||
"ImDrawCmdHeader": "imgui:2426",
|
||||
"ImDrawData": "imgui:2624",
|
||||
"ImDrawDataBuilder": "imgui_internal:732",
|
||||
"ImDrawFlags_": "imgui:2460",
|
||||
"ImDrawList": "imgui:2498",
|
||||
"ImDrawListFlags_": "imgui:2480",
|
||||
"ImDrawListSharedData": "imgui_internal:712",
|
||||
"ImDrawListSplitter": "imgui:2443",
|
||||
"ImDrawVert": "imgui:2411",
|
||||
"ImFont": "imgui:2843",
|
||||
"ImFontAtlas": "imgui:2741",
|
||||
"ImFontAtlasCustomRect": "imgui:2703",
|
||||
"ImFontAtlasFlags_": "imgui:2716",
|
||||
"ImFontBuilderIO": "imgui_internal:3051",
|
||||
"ImFontConfig": "imgui:2647",
|
||||
"ImFontGlyph": "imgui:2676",
|
||||
"ImFontGlyphRangesBuilder": "imgui:2688",
|
||||
"ImGuiActivateFlags_": "imgui_internal:1189",
|
||||
"ImGuiAxis": "imgui_internal:888",
|
||||
"ImGuiBackendFlags_": "imgui:1512",
|
||||
"ImGuiButtonFlagsPrivate_": "imgui_internal:795",
|
||||
"ImGuiButtonFlags_": "imgui:1626",
|
||||
"ImGuiCol_": "imgui:1527",
|
||||
"ImGuiColorEditFlags_": "imgui:1639",
|
||||
"ImGuiColorMod": "imgui_internal:953",
|
||||
"ImGuiComboFlagsPrivate_": "imgui_internal:818",
|
||||
"ImGuiComboFlags_": "imgui:1122",
|
||||
"ImGuiComboPreviewData": "imgui_internal:970",
|
||||
"ImGuiCond_": "imgui:1731",
|
||||
"ImGuiConfigFlags_": "imgui:1487",
|
||||
"ImGuiContext": "imgui_internal:1629",
|
||||
"ImGuiContextHook": "imgui_internal:1614",
|
||||
"ImGuiContextHookType": "imgui_internal:1612",
|
||||
"ImGuiDataAuthority_": "imgui_internal:1364",
|
||||
"ImGuiDataTypeInfo": "imgui_internal:936",
|
||||
"ImGuiDataTypePrivate_": "imgui_internal:945",
|
||||
"ImGuiDataTypeTempStorage": "imgui_internal:930",
|
||||
"ImGuiDataType_": "imgui:1380",
|
||||
"ImGuiDir_": "imgui:1396",
|
||||
"ImGuiDockContext": "imgui_internal:1461",
|
||||
"ImGuiDockNode": "imgui_internal:1380",
|
||||
"ImGuiDockNodeFlagsPrivate_": "imgui_internal:1339",
|
||||
"ImGuiDockNodeFlags_": "imgui:1345",
|
||||
"ImGuiDockNodeState": "imgui_internal:1371",
|
||||
"ImGuiDragDropFlags_": "imgui:1358",
|
||||
"ImGuiFocusedFlags_": "imgui:1311",
|
||||
"ImGuiGroupData": "imgui_internal:983",
|
||||
"ImGuiHoveredFlags_": "imgui:1325",
|
||||
"ImGuiIO": "imgui:1897",
|
||||
"ImGuiInputReadMode": "imgui_internal:913",
|
||||
"ImGuiInputSource": "imgui_internal:901",
|
||||
"ImGuiInputTextCallbackData": "imgui:2053",
|
||||
"ImGuiInputTextFlagsPrivate_": "imgui_internal:786",
|
||||
"ImGuiInputTextFlags_": "imgui:1035",
|
||||
"ImGuiInputTextState": "imgui_internal:1018",
|
||||
"ImGuiItemFlags_": "imgui_internal:748",
|
||||
"ImGuiItemStatusFlags_": "imgui_internal:763",
|
||||
"ImGuiKeyModFlags_": "imgui:1443",
|
||||
"ImGuiKey_": "imgui:1415",
|
||||
"ImGuiLastItemData": "imgui_internal:1133",
|
||||
"ImGuiLayoutType_": "imgui_internal:872",
|
||||
"ImGuiListClipper": "imgui:2295",
|
||||
"ImGuiLogType": "imgui_internal:878",
|
||||
"ImGuiMenuColumns": "imgui_internal:999",
|
||||
"ImGuiMetricsConfig": "imgui_internal:1560",
|
||||
"ImGuiMouseButton_": "imgui:1703",
|
||||
"ImGuiMouseCursor_": "imgui:1713",
|
||||
"ImGuiNavDirSourceFlags_": "imgui_internal:1221",
|
||||
"ImGuiNavHighlightFlags_": "imgui_internal:1212",
|
||||
"ImGuiNavInput_": "imgui:1456",
|
||||
"ImGuiNavItemData": "imgui_internal:1253",
|
||||
"ImGuiNavLayer": "imgui_internal:1246",
|
||||
"ImGuiNavMoveFlags_": "imgui_internal:1229",
|
||||
"ImGuiNextItemData": "imgui_internal:1120",
|
||||
"ImGuiNextItemDataFlags_": "imgui_internal:1113",
|
||||
"ImGuiNextWindowData": "imgui_internal:1086",
|
||||
"ImGuiNextWindowDataFlags_": "imgui_internal:1069",
|
||||
"ImGuiOldColumnData": "imgui_internal:1293",
|
||||
"ImGuiOldColumnFlags_": "imgui_internal:1273",
|
||||
"ImGuiOldColumns": "imgui_internal:1303",
|
||||
"ImGuiOnceUponAFrame": "imgui:2173",
|
||||
"ImGuiPayload": "imgui:2114",
|
||||
"ImGuiPlatformIO": "imgui:3006",
|
||||
"ImGuiPlatformMonitor": "imgui:3070",
|
||||
"ImGuiPlotType": "imgui_internal:895",
|
||||
"ImGuiPopupData": "imgui_internal:1056",
|
||||
"ImGuiPopupFlags_": "imgui:1095",
|
||||
"ImGuiPopupPositionPolicy": "imgui_internal:923",
|
||||
"ImGuiPtrOrIndex": "imgui_internal:1176",
|
||||
"ImGuiScrollFlags_": "imgui_internal:1198",
|
||||
"ImGuiSelectableFlagsPrivate_": "imgui_internal:831",
|
||||
"ImGuiSelectableFlags_": "imgui:1111",
|
||||
"ImGuiSeparatorFlags_": "imgui_internal:850",
|
||||
"ImGuiSettingsHandler": "imgui_internal:1541",
|
||||
"ImGuiShrinkWidthItem": "imgui_internal:1170",
|
||||
"ImGuiSizeCallbackData": "imgui:2084",
|
||||
"ImGuiSliderFlagsPrivate_": "imgui_internal:824",
|
||||
"ImGuiSliderFlags_": "imgui:1686",
|
||||
"ImGuiSortDirection_": "imgui:1407",
|
||||
"ImGuiStackLevelInfo": "imgui_internal:1586",
|
||||
"ImGuiStackSizes": "imgui_internal:1145",
|
||||
"ImGuiStackTool": "imgui_internal:1597",
|
||||
"ImGuiStorage": "imgui:2235",
|
||||
"ImGuiStoragePair": "imgui:2238",
|
||||
"ImGuiStyle": "imgui:1842",
|
||||
"ImGuiStyleMod": "imgui_internal:960",
|
||||
"ImGuiStyleVar_": "imgui:1594",
|
||||
"ImGuiTabBar": "imgui_internal:2294",
|
||||
"ImGuiTabBarFlagsPrivate_": "imgui_internal:2257",
|
||||
"ImGuiTabBarFlags_": "imgui:1136",
|
||||
"ImGuiTabItem": "imgui_internal:2275",
|
||||
"ImGuiTabItemFlagsPrivate_": "imgui_internal:2265",
|
||||
"ImGuiTabItemFlags_": "imgui:1152",
|
||||
"ImGuiTable": "imgui_internal:2421",
|
||||
"ImGuiTableBgTarget_": "imgui:1302",
|
||||
"ImGuiTableCellData": "imgui_internal:2414",
|
||||
"ImGuiTableColumn": "imgui_internal:2355",
|
||||
"ImGuiTableColumnFlags_": "imgui:1245",
|
||||
"ImGuiTableColumnSettings": "imgui_internal:2555",
|
||||
"ImGuiTableColumnSortSpecs": "imgui:2136",
|
||||
"ImGuiTableFlags_": "imgui:1188",
|
||||
"ImGuiTableRowFlags_": "imgui:1287",
|
||||
"ImGuiTableSettings": "imgui_internal:2579",
|
||||
"ImGuiTableSortSpecs": "imgui:2150",
|
||||
"ImGuiTableTempData": "imgui_internal:2534",
|
||||
"ImGuiTextBuffer": "imgui:2208",
|
||||
"ImGuiTextFilter": "imgui:2181",
|
||||
"ImGuiTextFlags_": "imgui_internal:858",
|
||||
"ImGuiTextRange": "imgui:2191",
|
||||
"ImGuiTooltipFlags_": "imgui_internal:864",
|
||||
"ImGuiTreeNodeFlagsPrivate_": "imgui_internal:845",
|
||||
"ImGuiTreeNodeFlags_": "imgui:1066",
|
||||
"ImGuiViewport": "imgui:2924",
|
||||
"ImGuiViewportFlags_": "imgui:2899",
|
||||
"ImGuiViewportP": "imgui_internal:1478",
|
||||
"ImGuiWindow": "imgui_internal:2115",
|
||||
"ImGuiWindowClass": "imgui:2099",
|
||||
"ImGuiWindowDockStyle": "imgui_internal:1456",
|
||||
"ImGuiWindowDockStyleCol": "imgui_internal:1445",
|
||||
"ImGuiWindowFlags_": "imgui:992",
|
||||
"ImGuiWindowSettings": "imgui_internal:1524",
|
||||
"ImGuiWindowStackData": "imgui_internal:1163",
|
||||
"ImGuiWindowTempData": "imgui_internal:2068",
|
||||
"ImRect": "imgui_internal:488",
|
||||
"ImVec1": "imgui_internal:470",
|
||||
"ImVec2": "imgui:266",
|
||||
"ImVec2ih": "imgui_internal:478",
|
||||
"ImVec4": "imgui:279",
|
||||
"STB_TexteditState": "imstb_textedit:317",
|
||||
"StbTexteditRow": "imstb_textedit:364",
|
||||
"StbUndoRecord": "imstb_textedit:299",
|
||||
@@ -4404,10 +4491,6 @@
|
||||
"name": "TestEngineHookItems",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "TestEngineHookIdInfo",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "TestEngine",
|
||||
"type": "void*"
|
||||
@@ -4476,6 +4559,10 @@
|
||||
"name": "WheelingWindowTimer",
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "DebugHookIdInfo",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "HoveredId",
|
||||
"type": "ImGuiID"
|
||||
@@ -4714,9 +4801,13 @@
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "NavInputId",
|
||||
"name": "NavActivateInputId",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "NavActivateFlags",
|
||||
"type": "ImGuiActivateFlags"
|
||||
},
|
||||
{
|
||||
"name": "NavJustTabbedId",
|
||||
"type": "ImGuiID"
|
||||
@@ -4737,18 +4828,14 @@
|
||||
"name": "NavNextActivateId",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "NavNextActivateFlags",
|
||||
"type": "ImGuiActivateFlags"
|
||||
},
|
||||
{
|
||||
"name": "NavInputSource",
|
||||
"type": "ImGuiInputSource"
|
||||
},
|
||||
{
|
||||
"name": "NavScoringRect",
|
||||
"type": "ImRect"
|
||||
},
|
||||
{
|
||||
"name": "NavScoringCount",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "NavLayer",
|
||||
"type": "ImGuiNavLayer"
|
||||
@@ -4794,19 +4881,27 @@
|
||||
"type": "ImRect"
|
||||
},
|
||||
{
|
||||
"name": "NavMoveRequest",
|
||||
"name": "NavMoveSubmitted",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "NavMoveRequestFlags",
|
||||
"name": "NavMoveScoringItems",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "NavMoveForwardToNextFrame",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "NavMoveFlags",
|
||||
"type": "ImGuiNavMoveFlags"
|
||||
},
|
||||
{
|
||||
"name": "NavMoveRequestForward",
|
||||
"type": "ImGuiNavForward"
|
||||
"name": "NavMoveScrollFlags",
|
||||
"type": "ImGuiScrollFlags"
|
||||
},
|
||||
{
|
||||
"name": "NavMoveRequestKeyMods",
|
||||
"name": "NavMoveKeyMods",
|
||||
"type": "ImGuiKeyModFlags"
|
||||
},
|
||||
{
|
||||
@@ -4814,33 +4909,37 @@
|
||||
"type": "ImGuiDir"
|
||||
},
|
||||
{
|
||||
"name": "NavMoveDirLast",
|
||||
"name": "NavMoveDirForDebug",
|
||||
"type": "ImGuiDir"
|
||||
},
|
||||
{
|
||||
"name": "NavMoveClipDir",
|
||||
"type": "ImGuiDir"
|
||||
},
|
||||
{
|
||||
"name": "NavScoringRect",
|
||||
"type": "ImRect"
|
||||
},
|
||||
{
|
||||
"name": "NavScoringDebugCount",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "NavTabbingInputableRemaining",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "NavMoveResultLocal",
|
||||
"type": "ImGuiNavItemData"
|
||||
},
|
||||
{
|
||||
"name": "NavMoveResultLocalVisibleSet",
|
||||
"name": "NavMoveResultLocalVisible",
|
||||
"type": "ImGuiNavItemData"
|
||||
},
|
||||
{
|
||||
"name": "NavMoveResultOther",
|
||||
"type": "ImGuiNavItemData"
|
||||
},
|
||||
{
|
||||
"name": "NavWrapRequestWindow",
|
||||
"type": "ImGuiWindow*"
|
||||
},
|
||||
{
|
||||
"name": "NavWrapRequestFlags",
|
||||
"type": "ImGuiNavMoveFlags"
|
||||
},
|
||||
{
|
||||
"name": "NavWindowingTarget",
|
||||
"type": "ImGuiWindow*"
|
||||
@@ -4873,18 +4972,10 @@
|
||||
"name": "TabFocusRequestNextWindow",
|
||||
"type": "ImGuiWindow*"
|
||||
},
|
||||
{
|
||||
"name": "TabFocusRequestCurrCounterRegular",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "TabFocusRequestCurrCounterTabStop",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "TabFocusRequestNextCounterRegular",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "TabFocusRequestNextCounterTabStop",
|
||||
"type": "int"
|
||||
@@ -5019,7 +5110,7 @@
|
||||
"type": "ImVector_ImGuiShrinkWidthItem"
|
||||
},
|
||||
{
|
||||
"name": "LastValidMousePos",
|
||||
"name": "MouseLastValidPos",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
@@ -5047,9 +5138,8 @@
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "ColorEditLastColor[3]",
|
||||
"size": 3,
|
||||
"type": "float"
|
||||
"name": "ColorEditLastColor",
|
||||
"type": "ImU32"
|
||||
},
|
||||
{
|
||||
"name": "ColorPickerRef",
|
||||
@@ -5079,17 +5169,21 @@
|
||||
"name": "DragSpeedDefaultRatio",
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "DisabledAlphaBackup",
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "ScrollbarClickDeltaToGrabCenter",
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "DisabledAlphaBackup",
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "DisabledStackSize",
|
||||
"type": "short"
|
||||
},
|
||||
{
|
||||
"name": "TooltipOverrideCount",
|
||||
"type": "int"
|
||||
"type": "short"
|
||||
},
|
||||
{
|
||||
"name": "TooltipSlowDelay",
|
||||
@@ -5217,6 +5311,10 @@
|
||||
"name": "DebugMetricsConfig",
|
||||
"type": "ImGuiMetricsConfig"
|
||||
},
|
||||
{
|
||||
"name": "DebugStackTool",
|
||||
"type": "ImGuiStackTool"
|
||||
},
|
||||
{
|
||||
"name": "FramerateSecPerFrame[120]",
|
||||
"size": 120,
|
||||
@@ -5398,6 +5496,10 @@
|
||||
"name": "OnlyNodeWithWindows",
|
||||
"type": "ImGuiDockNode*"
|
||||
},
|
||||
{
|
||||
"name": "CountNodeWithWindows",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "LastFrameAlive",
|
||||
"type": "int"
|
||||
@@ -5457,6 +5559,11 @@
|
||||
"name": "HasWindowMenuButton",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"bitfield": "1",
|
||||
"name": "HasCentralNodeChild",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"bitfield": "1",
|
||||
"name": "WantCloseAll",
|
||||
@@ -5616,6 +5723,10 @@
|
||||
"name": "ConfigDockingNoSplit",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "ConfigDockingWithShift",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "ConfigDockingAlwaysTabBar",
|
||||
"type": "bool"
|
||||
@@ -5803,6 +5914,10 @@
|
||||
"name": "MouseDelta",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "WantCaptureMouseUnlessPopupClose",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "KeyMods",
|
||||
"type": "ImGuiKeyModFlags"
|
||||
@@ -5845,6 +5960,11 @@
|
||||
"size": 5,
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "MouseDownOwnedUnlessPopupClose[5]",
|
||||
"size": 5,
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "MouseDownWasDoubleClick[5]",
|
||||
"size": 5,
|
||||
@@ -6048,6 +6168,10 @@
|
||||
"name": "Rect",
|
||||
"type": "ImRect"
|
||||
},
|
||||
{
|
||||
"name": "NavRect",
|
||||
"type": "ImRect"
|
||||
},
|
||||
{
|
||||
"name": "DisplayRect",
|
||||
"type": "ImRect"
|
||||
@@ -6119,6 +6243,10 @@
|
||||
}
|
||||
],
|
||||
"ImGuiMetricsConfig": [
|
||||
{
|
||||
"name": "ShowStackTool",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "ShowWindowsRects",
|
||||
"type": "bool"
|
||||
@@ -6169,6 +6297,10 @@
|
||||
"name": "RectRel",
|
||||
"type": "ImRect"
|
||||
},
|
||||
{
|
||||
"name": "InFlags",
|
||||
"type": "ImGuiItemFlags"
|
||||
},
|
||||
{
|
||||
"name": "DistBox",
|
||||
"type": "float"
|
||||
@@ -6652,6 +6784,25 @@
|
||||
"type": "ImVec2"
|
||||
}
|
||||
],
|
||||
"ImGuiStackLevelInfo": [
|
||||
{
|
||||
"name": "ID",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "QueryFrameCount",
|
||||
"type": "ImS8"
|
||||
},
|
||||
{
|
||||
"name": "QuerySuccess",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "Desc[58]",
|
||||
"size": 58,
|
||||
"type": "char"
|
||||
}
|
||||
],
|
||||
"ImGuiStackSizes": [
|
||||
{
|
||||
"name": "SizeOfIDStack",
|
||||
@@ -6677,9 +6828,36 @@
|
||||
"name": "SizeOfGroupStack",
|
||||
"type": "short"
|
||||
},
|
||||
{
|
||||
"name": "SizeOfItemFlagsStack",
|
||||
"type": "short"
|
||||
},
|
||||
{
|
||||
"name": "SizeOfBeginPopupStack",
|
||||
"type": "short"
|
||||
},
|
||||
{
|
||||
"name": "SizeOfDisabledStack",
|
||||
"type": "short"
|
||||
}
|
||||
],
|
||||
"ImGuiStackTool": [
|
||||
{
|
||||
"name": "LastActiveFrame",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "StackLevel",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "QueryId",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "Results",
|
||||
"template_type": "ImGuiStackLevelInfo",
|
||||
"type": "ImVector_ImGuiStackLevelInfo"
|
||||
}
|
||||
],
|
||||
"ImGuiStorage": [
|
||||
@@ -8337,6 +8515,10 @@
|
||||
"name": "RootWindow",
|
||||
"type": "ImGuiWindow*"
|
||||
},
|
||||
{
|
||||
"name": "RootWindowPopupTree",
|
||||
"type": "ImGuiWindow*"
|
||||
},
|
||||
{
|
||||
"name": "RootWindowDockTree",
|
||||
"type": "ImGuiWindow*"
|
||||
@@ -8515,6 +8697,10 @@
|
||||
{
|
||||
"name": "ParentLastItemDataBackup",
|
||||
"type": "ImGuiLastItemData"
|
||||
},
|
||||
{
|
||||
"name": "StackSizesOnBegin",
|
||||
"type": "ImGuiStackSizes"
|
||||
}
|
||||
],
|
||||
"ImGuiWindowTempData": [
|
||||
@@ -8635,10 +8821,6 @@
|
||||
"name": "ParentLayoutType",
|
||||
"type": "ImGuiLayoutType"
|
||||
},
|
||||
{
|
||||
"name": "FocusCounterRegular",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "FocusCounterTabStop",
|
||||
"type": "int"
|
||||
@@ -8660,10 +8842,6 @@
|
||||
"name": "TextWrapPosStack",
|
||||
"template_type": "float",
|
||||
"type": "ImVector_float"
|
||||
},
|
||||
{
|
||||
"name": "StackSizesOnBegin",
|
||||
"type": "ImGuiStackSizes"
|
||||
}
|
||||
],
|
||||
"ImRect": [
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -23,6 +23,7 @@
|
||||
"ImFontConfig": "struct ImFontConfig",
|
||||
"ImFontGlyph": "struct ImFontGlyph",
|
||||
"ImFontGlyphRangesBuilder": "struct ImFontGlyphRangesBuilder",
|
||||
"ImGuiActivateFlags": "int",
|
||||
"ImGuiBackendFlags": "int",
|
||||
"ImGuiButtonFlags": "int",
|
||||
"ImGuiCol": "int",
|
||||
@@ -56,7 +57,6 @@
|
||||
"ImGuiInputTextCallbackData": "struct ImGuiInputTextCallbackData",
|
||||
"ImGuiInputTextFlags": "int",
|
||||
"ImGuiInputTextState": "struct ImGuiInputTextState",
|
||||
"ImGuiItemAddFlags": "int",
|
||||
"ImGuiItemFlags": "int",
|
||||
"ImGuiItemStatusFlags": "int",
|
||||
"ImGuiKey": "int",
|
||||
@@ -89,6 +89,7 @@
|
||||
"ImGuiPopupData": "struct ImGuiPopupData",
|
||||
"ImGuiPopupFlags": "int",
|
||||
"ImGuiPtrOrIndex": "struct ImGuiPtrOrIndex",
|
||||
"ImGuiScrollFlags": "int",
|
||||
"ImGuiSelectableFlags": "int",
|
||||
"ImGuiSeparatorFlags": "int",
|
||||
"ImGuiSettingsHandler": "struct ImGuiSettingsHandler",
|
||||
@@ -97,7 +98,9 @@
|
||||
"ImGuiSizeCallbackData": "struct ImGuiSizeCallbackData",
|
||||
"ImGuiSliderFlags": "int",
|
||||
"ImGuiSortDirection": "int",
|
||||
"ImGuiStackLevelInfo": "struct ImGuiStackLevelInfo",
|
||||
"ImGuiStackSizes": "struct ImGuiStackSizes",
|
||||
"ImGuiStackTool": "struct ImGuiStackTool",
|
||||
"ImGuiStorage": "struct ImGuiStorage",
|
||||
"ImGuiStoragePair": "struct ImGuiStoragePair",
|
||||
"ImGuiStyle": "struct ImGuiStyle",
|
||||
|
@@ -23,6 +23,7 @@ defs["ImFontBuilderIO"] = "struct ImFontBuilderIO"
|
||||
defs["ImFontConfig"] = "struct ImFontConfig"
|
||||
defs["ImFontGlyph"] = "struct ImFontGlyph"
|
||||
defs["ImFontGlyphRangesBuilder"] = "struct ImFontGlyphRangesBuilder"
|
||||
defs["ImGuiActivateFlags"] = "int"
|
||||
defs["ImGuiBackendFlags"] = "int"
|
||||
defs["ImGuiButtonFlags"] = "int"
|
||||
defs["ImGuiCol"] = "int"
|
||||
@@ -56,7 +57,6 @@ defs["ImGuiInputTextCallback"] = "int(*)(ImGuiInputTextCallbackData* data);"
|
||||
defs["ImGuiInputTextCallbackData"] = "struct ImGuiInputTextCallbackData"
|
||||
defs["ImGuiInputTextFlags"] = "int"
|
||||
defs["ImGuiInputTextState"] = "struct ImGuiInputTextState"
|
||||
defs["ImGuiItemAddFlags"] = "int"
|
||||
defs["ImGuiItemFlags"] = "int"
|
||||
defs["ImGuiItemStatusFlags"] = "int"
|
||||
defs["ImGuiKey"] = "int"
|
||||
@@ -89,6 +89,7 @@ defs["ImGuiPlatformMonitor"] = "struct ImGuiPlatformMonitor"
|
||||
defs["ImGuiPopupData"] = "struct ImGuiPopupData"
|
||||
defs["ImGuiPopupFlags"] = "int"
|
||||
defs["ImGuiPtrOrIndex"] = "struct ImGuiPtrOrIndex"
|
||||
defs["ImGuiScrollFlags"] = "int"
|
||||
defs["ImGuiSelectableFlags"] = "int"
|
||||
defs["ImGuiSeparatorFlags"] = "int"
|
||||
defs["ImGuiSettingsHandler"] = "struct ImGuiSettingsHandler"
|
||||
@@ -97,7 +98,9 @@ defs["ImGuiSizeCallback"] = "void(*)(ImGuiSizeCallbackData* data);"
|
||||
defs["ImGuiSizeCallbackData"] = "struct ImGuiSizeCallbackData"
|
||||
defs["ImGuiSliderFlags"] = "int"
|
||||
defs["ImGuiSortDirection"] = "int"
|
||||
defs["ImGuiStackLevelInfo"] = "struct ImGuiStackLevelInfo"
|
||||
defs["ImGuiStackSizes"] = "struct ImGuiStackSizes"
|
||||
defs["ImGuiStackTool"] = "struct ImGuiStackTool"
|
||||
defs["ImGuiStorage"] = "struct ImGuiStorage"
|
||||
defs["ImGuiStoragePair"] = "struct ImGuiStoragePair"
|
||||
defs["ImGuiStyle"] = "struct ImGuiStyle"
|
||||
|
Reference in New Issue
Block a user