mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
pull imgui docking 1.81 and generate
This commit is contained in:
@@ -8,6 +8,7 @@ struct GLFWmonitor;
|
||||
struct SDL_Window;
|
||||
typedef union SDL_Event SDL_Event;CIMGUI_API bool ImGui_ImplGlfw_InitForOpenGL(GLFWwindow* window,bool install_callbacks);
|
||||
CIMGUI_API bool ImGui_ImplGlfw_InitForVulkan(GLFWwindow* window,bool install_callbacks);
|
||||
CIMGUI_API bool ImGui_ImplGlfw_InitForOther(GLFWwindow* window,bool install_callbacks);
|
||||
CIMGUI_API void ImGui_ImplGlfw_Shutdown();
|
||||
CIMGUI_API void ImGui_ImplGlfw_NewFrame();
|
||||
CIMGUI_API void ImGui_ImplGlfw_MouseButtonCallback(GLFWwindow* window,int button,int action,int mods);
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -17,7 +17,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_CharCallback",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_CharCallback",
|
||||
"location": "imgui_impl_glfw:40",
|
||||
"location": "imgui_impl_glfw:41",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_CharCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWwindow*,unsigned int)",
|
||||
@@ -49,6 +49,31 @@
|
||||
"stname": ""
|
||||
}
|
||||
],
|
||||
"ImGui_ImplGlfw_InitForOther": [
|
||||
{
|
||||
"args": "(GLFWwindow* window,bool install_callbacks)",
|
||||
"argsT": [
|
||||
{
|
||||
"name": "window",
|
||||
"type": "GLFWwindow*"
|
||||
},
|
||||
{
|
||||
"name": "install_callbacks",
|
||||
"type": "bool"
|
||||
}
|
||||
],
|
||||
"argsoriginal": "(GLFWwindow* window,bool install_callbacks)",
|
||||
"call_args": "(window,install_callbacks)",
|
||||
"cimguiname": "ImGui_ImplGlfw_InitForOther",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_InitForOther",
|
||||
"location": "imgui_impl_glfw:31",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_InitForOther",
|
||||
"ret": "bool",
|
||||
"signature": "(GLFWwindow*,bool)",
|
||||
"stname": ""
|
||||
}
|
||||
],
|
||||
"ImGui_ImplGlfw_InitForVulkan": [
|
||||
{
|
||||
"args": "(GLFWwindow* window,bool install_callbacks)",
|
||||
@@ -104,7 +129,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_KeyCallback",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_KeyCallback",
|
||||
"location": "imgui_impl_glfw:39",
|
||||
"location": "imgui_impl_glfw:40",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_KeyCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWwindow*,int,int,int,int)",
|
||||
@@ -129,7 +154,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_MonitorCallback",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_MonitorCallback",
|
||||
"location": "imgui_impl_glfw:41",
|
||||
"location": "imgui_impl_glfw:42",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_MonitorCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWmonitor*,int)",
|
||||
@@ -162,7 +187,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_MouseButtonCallback",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_MouseButtonCallback",
|
||||
"location": "imgui_impl_glfw:37",
|
||||
"location": "imgui_impl_glfw:38",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_MouseButtonCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWwindow*,int,int,int)",
|
||||
@@ -178,7 +203,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_NewFrame",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_NewFrame",
|
||||
"location": "imgui_impl_glfw:32",
|
||||
"location": "imgui_impl_glfw:33",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_NewFrame",
|
||||
"ret": "void",
|
||||
"signature": "()",
|
||||
@@ -207,7 +232,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_ScrollCallback",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_ScrollCallback",
|
||||
"location": "imgui_impl_glfw:38",
|
||||
"location": "imgui_impl_glfw:39",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_ScrollCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWwindow*,double,double)",
|
||||
@@ -223,7 +248,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_Shutdown",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_Shutdown",
|
||||
"location": "imgui_impl_glfw:31",
|
||||
"location": "imgui_impl_glfw:32",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_Shutdown",
|
||||
"ret": "void",
|
||||
"signature": "()",
|
||||
|
@@ -14,7 +14,7 @@ defs["ImGui_ImplGlfw_CharCallback"][1]["call_args"] = "(window,c)"
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_CharCallback"
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["funcname"] = "ImGui_ImplGlfw_CharCallback"
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["location"] = "imgui_impl_glfw:40"
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["location"] = "imgui_impl_glfw:41"
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_CharCallback"
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["signature"] = "(GLFWwindow*,unsigned int)"
|
||||
@@ -41,6 +41,27 @@ defs["ImGui_ImplGlfw_InitForOpenGL"][1]["ret"] = "bool"
|
||||
defs["ImGui_ImplGlfw_InitForOpenGL"][1]["signature"] = "(GLFWwindow*,bool)"
|
||||
defs["ImGui_ImplGlfw_InitForOpenGL"][1]["stname"] = ""
|
||||
defs["ImGui_ImplGlfw_InitForOpenGL"]["(GLFWwindow*,bool)"] = defs["ImGui_ImplGlfw_InitForOpenGL"][1]
|
||||
defs["ImGui_ImplGlfw_InitForOther"] = {}
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1] = {}
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["args"] = "(GLFWwindow* window,bool install_callbacks)"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["argsT"] = {}
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["argsT"][1] = {}
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["argsT"][1]["name"] = "window"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["argsT"][1]["type"] = "GLFWwindow*"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["argsT"][2] = {}
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["argsT"][2]["name"] = "install_callbacks"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["argsT"][2]["type"] = "bool"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["argsoriginal"] = "(GLFWwindow* window,bool install_callbacks)"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["call_args"] = "(window,install_callbacks)"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["cimguiname"] = "ImGui_ImplGlfw_InitForOther"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["funcname"] = "ImGui_ImplGlfw_InitForOther"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["location"] = "imgui_impl_glfw:31"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_InitForOther"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["ret"] = "bool"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["signature"] = "(GLFWwindow*,bool)"
|
||||
defs["ImGui_ImplGlfw_InitForOther"][1]["stname"] = ""
|
||||
defs["ImGui_ImplGlfw_InitForOther"]["(GLFWwindow*,bool)"] = defs["ImGui_ImplGlfw_InitForOther"][1]
|
||||
defs["ImGui_ImplGlfw_InitForVulkan"] = {}
|
||||
defs["ImGui_ImplGlfw_InitForVulkan"][1] = {}
|
||||
defs["ImGui_ImplGlfw_InitForVulkan"][1]["args"] = "(GLFWwindow* window,bool install_callbacks)"
|
||||
@@ -86,7 +107,7 @@ defs["ImGui_ImplGlfw_KeyCallback"][1]["call_args"] = "(window,key,scancode,actio
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_KeyCallback"
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["funcname"] = "ImGui_ImplGlfw_KeyCallback"
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["location"] = "imgui_impl_glfw:39"
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["location"] = "imgui_impl_glfw:40"
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_KeyCallback"
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["signature"] = "(GLFWwindow*,int,int,int,int)"
|
||||
@@ -107,7 +128,7 @@ defs["ImGui_ImplGlfw_MonitorCallback"][1]["call_args"] = "(monitor,event)"
|
||||
defs["ImGui_ImplGlfw_MonitorCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_MonitorCallback"
|
||||
defs["ImGui_ImplGlfw_MonitorCallback"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_MonitorCallback"][1]["funcname"] = "ImGui_ImplGlfw_MonitorCallback"
|
||||
defs["ImGui_ImplGlfw_MonitorCallback"][1]["location"] = "imgui_impl_glfw:41"
|
||||
defs["ImGui_ImplGlfw_MonitorCallback"][1]["location"] = "imgui_impl_glfw:42"
|
||||
defs["ImGui_ImplGlfw_MonitorCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_MonitorCallback"
|
||||
defs["ImGui_ImplGlfw_MonitorCallback"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_MonitorCallback"][1]["signature"] = "(GLFWmonitor*,int)"
|
||||
@@ -134,7 +155,7 @@ defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["call_args"] = "(window,button,act
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_MouseButtonCallback"
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["funcname"] = "ImGui_ImplGlfw_MouseButtonCallback"
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["location"] = "imgui_impl_glfw:37"
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["location"] = "imgui_impl_glfw:38"
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_MouseButtonCallback"
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["signature"] = "(GLFWwindow*,int,int,int)"
|
||||
@@ -149,7 +170,7 @@ defs["ImGui_ImplGlfw_NewFrame"][1]["call_args"] = "()"
|
||||
defs["ImGui_ImplGlfw_NewFrame"][1]["cimguiname"] = "ImGui_ImplGlfw_NewFrame"
|
||||
defs["ImGui_ImplGlfw_NewFrame"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_NewFrame"][1]["funcname"] = "ImGui_ImplGlfw_NewFrame"
|
||||
defs["ImGui_ImplGlfw_NewFrame"][1]["location"] = "imgui_impl_glfw:32"
|
||||
defs["ImGui_ImplGlfw_NewFrame"][1]["location"] = "imgui_impl_glfw:33"
|
||||
defs["ImGui_ImplGlfw_NewFrame"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_NewFrame"
|
||||
defs["ImGui_ImplGlfw_NewFrame"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_NewFrame"][1]["signature"] = "()"
|
||||
@@ -173,7 +194,7 @@ defs["ImGui_ImplGlfw_ScrollCallback"][1]["call_args"] = "(window,xoffset,yoffset
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_ScrollCallback"
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["funcname"] = "ImGui_ImplGlfw_ScrollCallback"
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["location"] = "imgui_impl_glfw:38"
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["location"] = "imgui_impl_glfw:39"
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_ScrollCallback"
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["signature"] = "(GLFWwindow*,double,double)"
|
||||
@@ -188,7 +209,7 @@ defs["ImGui_ImplGlfw_Shutdown"][1]["call_args"] = "()"
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["cimguiname"] = "ImGui_ImplGlfw_Shutdown"
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["funcname"] = "ImGui_ImplGlfw_Shutdown"
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["location"] = "imgui_impl_glfw:31"
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["location"] = "imgui_impl_glfw:32"
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_Shutdown"
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["signature"] = "()"
|
||||
|
@@ -164,9 +164,6 @@ igItemSize 2
|
||||
igListBox 2
|
||||
1 bool igListBoxStr_arr (const char*,int*,const char* const[],int,int)
|
||||
2 bool igListBoxFnBoolPtr (const char*,int*,bool(*)(void*,int,const char**),void*,int,int)
|
||||
igListBoxHeader 2
|
||||
1 bool igListBoxHeaderVec2 (const char*,const ImVec2)
|
||||
2 bool igListBoxHeaderInt (const char*,int,int)
|
||||
igMarkIniSettingsDirty 2
|
||||
1 void igMarkIniSettingsDirtyNil ()
|
||||
2 void igMarkIniSettingsDirtyWindowPtr (ImGuiWindow*)
|
||||
@@ -248,4 +245,4 @@ igValue 4
|
||||
2 void igValueInt (const char*,int)
|
||||
3 void igValueUint (const char*,unsigned int)
|
||||
4 void igValueFloat (const char*,float,const char*)
|
||||
175 overloaded
|
||||
173 overloaded
|
@@ -889,6 +889,11 @@
|
||||
"calc_value": 6,
|
||||
"name": "ImGuiContextHookType_Shutdown",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"calc_value": 7,
|
||||
"name": "ImGuiContextHookType_PendingRemoval_",
|
||||
"value": "7"
|
||||
}
|
||||
],
|
||||
"ImGuiDataAuthority_": [
|
||||
@@ -3163,53 +3168,68 @@
|
||||
},
|
||||
{
|
||||
"calc_value": 1,
|
||||
"name": "ImGuiViewportFlags_NoDecoration",
|
||||
"name": "ImGuiViewportFlags_IsPlatformWindow",
|
||||
"value": "1 << 0"
|
||||
},
|
||||
{
|
||||
"calc_value": 2,
|
||||
"name": "ImGuiViewportFlags_NoTaskBarIcon",
|
||||
"name": "ImGuiViewportFlags_IsPlatformMonitor",
|
||||
"value": "1 << 1"
|
||||
},
|
||||
{
|
||||
"calc_value": 4,
|
||||
"name": "ImGuiViewportFlags_NoFocusOnAppearing",
|
||||
"name": "ImGuiViewportFlags_OwnedByApp",
|
||||
"value": "1 << 2"
|
||||
},
|
||||
{
|
||||
"calc_value": 8,
|
||||
"name": "ImGuiViewportFlags_NoFocusOnClick",
|
||||
"name": "ImGuiViewportFlags_NoDecoration",
|
||||
"value": "1 << 3"
|
||||
},
|
||||
{
|
||||
"calc_value": 16,
|
||||
"name": "ImGuiViewportFlags_NoInputs",
|
||||
"name": "ImGuiViewportFlags_NoTaskBarIcon",
|
||||
"value": "1 << 4"
|
||||
},
|
||||
{
|
||||
"calc_value": 32,
|
||||
"name": "ImGuiViewportFlags_NoRendererClear",
|
||||
"name": "ImGuiViewportFlags_NoFocusOnAppearing",
|
||||
"value": "1 << 5"
|
||||
},
|
||||
{
|
||||
"calc_value": 64,
|
||||
"name": "ImGuiViewportFlags_TopMost",
|
||||
"name": "ImGuiViewportFlags_NoFocusOnClick",
|
||||
"value": "1 << 6"
|
||||
},
|
||||
{
|
||||
"calc_value": 128,
|
||||
"name": "ImGuiViewportFlags_Minimized",
|
||||
"name": "ImGuiViewportFlags_NoInputs",
|
||||
"value": "1 << 7"
|
||||
},
|
||||
{
|
||||
"calc_value": 256,
|
||||
"name": "ImGuiViewportFlags_NoAutoMerge",
|
||||
"name": "ImGuiViewportFlags_NoRendererClear",
|
||||
"value": "1 << 8"
|
||||
},
|
||||
{
|
||||
"calc_value": 512,
|
||||
"name": "ImGuiViewportFlags_CanHostOtherWindows",
|
||||
"name": "ImGuiViewportFlags_TopMost",
|
||||
"value": "1 << 9"
|
||||
},
|
||||
{
|
||||
"calc_value": 1024,
|
||||
"name": "ImGuiViewportFlags_Minimized",
|
||||
"value": "1 << 10"
|
||||
},
|
||||
{
|
||||
"calc_value": 2048,
|
||||
"name": "ImGuiViewportFlags_NoAutoMerge",
|
||||
"value": "1 << 11"
|
||||
},
|
||||
{
|
||||
"calc_value": 4096,
|
||||
"name": "ImGuiViewportFlags_CanHostOtherWindows",
|
||||
"value": "1 << 12"
|
||||
}
|
||||
],
|
||||
"ImGuiWindowDockStyleCol": [
|
||||
@@ -3414,149 +3434,150 @@
|
||||
},
|
||||
"enumtypes": [],
|
||||
"locations": {
|
||||
"ImBitVector": "imgui_internal:511",
|
||||
"ImColor": "imgui:2284",
|
||||
"ImDrawChannel": "imgui:2378",
|
||||
"ImDrawCmd": "imgui:2333",
|
||||
"ImDrawCmdHeader": "imgui:2370",
|
||||
"ImDrawCornerFlags_": "imgui:2402",
|
||||
"ImDrawData": "imgui:2557",
|
||||
"ImDrawDataBuilder": "imgui_internal:655",
|
||||
"ImDrawList": "imgui:2435",
|
||||
"ImDrawListFlags_": "imgui:2418",
|
||||
"ImDrawListSharedData": "imgui_internal:636",
|
||||
"ImDrawListSplitter": "imgui:2387",
|
||||
"ImDrawVert": "imgui:2355",
|
||||
"ImFont": "imgui:2769",
|
||||
"ImFontAtlas": "imgui:2674",
|
||||
"ImFontAtlasCustomRect": "imgui:2636",
|
||||
"ImFontAtlasFlags_": "imgui:2649",
|
||||
"ImFontConfig": "imgui:2581",
|
||||
"ImFontGlyph": "imgui:2610",
|
||||
"ImFontGlyphRangesBuilder": "imgui:2621",
|
||||
"ImGuiAxis": "imgui_internal:792",
|
||||
"ImGuiBackendFlags_": "imgui:1423",
|
||||
"ImGuiButtonFlagsPrivate_": "imgui_internal:706",
|
||||
"ImGuiButtonFlags_": "imgui:1536",
|
||||
"ImGuiCol_": "imgui:1438",
|
||||
"ImGuiColorEditFlags_": "imgui:1549",
|
||||
"ImGuiColorMod": "imgui_internal:899",
|
||||
"ImGuiComboFlags_": "imgui:1038",
|
||||
"ImGuiCond_": "imgui:1641",
|
||||
"ImGuiConfigFlags_": "imgui:1398",
|
||||
"ImGuiContext": "imgui_internal:1425",
|
||||
"ImGuiContextHook": "imgui_internal:1411",
|
||||
"ImGuiContextHookType": "imgui_internal:1409",
|
||||
"ImGuiDataAuthority_": "imgui_internal:1180",
|
||||
"ImGuiDataTypeInfo": "imgui_internal:882",
|
||||
"ImGuiDataTypePrivate_": "imgui_internal:891",
|
||||
"ImGuiDataTypeTempStorage": "imgui_internal:876",
|
||||
"ImGuiDataType_": "imgui:1290",
|
||||
"ImGuiDir_": "imgui:1306",
|
||||
"ImGuiDockContext": "imgui_internal:1272",
|
||||
"ImGuiDockNode": "imgui_internal:1196",
|
||||
"ImGuiDockNodeFlagsPrivate_": "imgui_internal:1156",
|
||||
"ImGuiDockNodeFlags_": "imgui:1255",
|
||||
"ImGuiDockNodeState": "imgui_internal:1187",
|
||||
"ImGuiDragDropFlags_": "imgui:1268",
|
||||
"ImGuiFocusedFlags_": "imgui:1225",
|
||||
"ImGuiGroupData": "imgui_internal:916",
|
||||
"ImGuiHoveredFlags_": "imgui:1237",
|
||||
"ImGuiIO": "imgui:1801",
|
||||
"ImGuiInputReadMode": "imgui_internal:816",
|
||||
"ImGuiInputSource": "imgui_internal:805",
|
||||
"ImGuiInputTextCallbackData": "imgui:1951",
|
||||
"ImGuiInputTextFlags_": "imgui:953",
|
||||
"ImGuiInputTextState": "imgui_internal:945",
|
||||
"ImGuiItemFlags_": "imgui_internal:670",
|
||||
"ImGuiItemStatusFlags_": "imgui_internal:685",
|
||||
"ImGuiKeyModFlags_": "imgui:1353",
|
||||
"ImGuiKey_": "imgui:1325",
|
||||
"ImGuiLastItemDataBackup": "imgui_internal:2030",
|
||||
"ImGuiLayoutType_": "imgui_internal:776",
|
||||
"ImGuiListClipper": "imgui:2235",
|
||||
"ImGuiLogType": "imgui_internal:782",
|
||||
"ImGuiMenuColumns": "imgui_internal:931",
|
||||
"ImGuiMetricsConfig": "imgui_internal:1365",
|
||||
"ImGuiMouseButton_": "imgui:1613",
|
||||
"ImGuiMouseCursor_": "imgui:1623",
|
||||
"ImGuiNavDirSourceFlags_": "imgui_internal:835",
|
||||
"ImGuiNavForward": "imgui_internal:855",
|
||||
"ImGuiNavHighlightFlags_": "imgui_internal:826",
|
||||
"ImGuiNavInput_": "imgui:1366",
|
||||
"ImGuiNavLayer": "imgui_internal:862",
|
||||
"ImGuiNavMoveFlags_": "imgui_internal:843",
|
||||
"ImGuiNavMoveResult": "imgui_internal:993",
|
||||
"ImGuiNextItemData": "imgui_internal:1058",
|
||||
"ImGuiNextItemDataFlags_": "imgui_internal:1051",
|
||||
"ImGuiNextWindowData": "imgui_internal:1024",
|
||||
"ImGuiNextWindowDataFlags_": "imgui_internal:1007",
|
||||
"ImGuiOldColumnData": "imgui_internal:1110",
|
||||
"ImGuiOldColumnFlags_": "imgui_internal:1090",
|
||||
"ImGuiOldColumns": "imgui_internal:1120",
|
||||
"ImGuiOnceUponAFrame": "imgui:2113",
|
||||
"ImGuiPayload": "imgui:2013",
|
||||
"ImGuiPlatformIO": "imgui:2870",
|
||||
"ImGuiPlatformMonitor": "imgui:2935",
|
||||
"ImGuiPlotType": "imgui_internal:799",
|
||||
"ImGuiPopupData": "imgui_internal:980",
|
||||
"ImGuiPopupFlags_": "imgui:1011",
|
||||
"ImGuiPopupPositionPolicy": "imgui_internal:869",
|
||||
"ImGuiPtrOrIndex": "imgui_internal:1076",
|
||||
"ImGuiSelectableFlagsPrivate_": "imgui_internal:736",
|
||||
"ImGuiSelectableFlags_": "imgui:1027",
|
||||
"ImGuiSeparatorFlags_": "imgui_internal:754",
|
||||
"ImGuiSettingsHandler": "imgui_internal:1346",
|
||||
"ImGuiShrinkWidthItem": "imgui_internal:1070",
|
||||
"ImGuiSizeCallbackData": "imgui:1982",
|
||||
"ImGuiSliderFlagsPrivate_": "imgui_internal:729",
|
||||
"ImGuiSliderFlags_": "imgui:1596",
|
||||
"ImGuiSortDirection_": "imgui:1317",
|
||||
"ImGuiStackSizes": "imgui_internal:1389",
|
||||
"ImGuiStorage": "imgui:2175",
|
||||
"ImGuiStoragePair": "imgui:2178",
|
||||
"ImGuiStyle": "imgui:1747",
|
||||
"ImGuiStyleMod": "imgui_internal:906",
|
||||
"ImGuiStyleVar_": "imgui:1505",
|
||||
"ImGuiTabBar": "imgui_internal:2083",
|
||||
"ImGuiTabBarFlagsPrivate_": "imgui_internal:2047",
|
||||
"ImGuiTabBarFlags_": "imgui:1052",
|
||||
"ImGuiTabItem": "imgui_internal:2064",
|
||||
"ImGuiTabItemFlagsPrivate_": "imgui_internal:2055",
|
||||
"ImGuiTabItemFlags_": "imgui:1068",
|
||||
"ImGuiTable": "imgui_internal:2211",
|
||||
"ImGuiTableBgTarget_": "imgui:1216",
|
||||
"ImGuiTableCellData": "imgui_internal:2204",
|
||||
"ImGuiTableColumn": "imgui_internal:2146",
|
||||
"ImGuiTableColumnFlags_": "imgui:1161",
|
||||
"ImGuiTableColumnSettings": "imgui_internal:2329",
|
||||
"ImGuiTableColumnSortSpecs": "imgui:2035",
|
||||
"ImGuiTableFlags_": "imgui:1104",
|
||||
"ImGuiTableRowFlags_": "imgui:1201",
|
||||
"ImGuiTableSettings": "imgui_internal:2353",
|
||||
"ImGuiTableSortSpecs": "imgui:2049",
|
||||
"ImGuiTextBuffer": "imgui:2148",
|
||||
"ImGuiTextFilter": "imgui:2121",
|
||||
"ImGuiTextFlags_": "imgui_internal:762",
|
||||
"ImGuiTextRange": "imgui:2131",
|
||||
"ImGuiTooltipFlags_": "imgui_internal:768",
|
||||
"ImGuiTreeNodeFlagsPrivate_": "imgui_internal:749",
|
||||
"ImGuiTreeNodeFlags_": "imgui:982",
|
||||
"ImGuiViewport": "imgui:2962",
|
||||
"ImGuiViewportFlags_": "imgui:2944",
|
||||
"ImGuiViewportP": "imgui_internal:1291",
|
||||
"ImGuiWindow": "imgui_internal:1896",
|
||||
"ImGuiWindowClass": "imgui:1997",
|
||||
"ImGuiWindowDockStyle": "imgui_internal:1267",
|
||||
"ImGuiWindowDockStyleCol": "imgui_internal:1256",
|
||||
"ImGuiWindowFlags_": "imgui:910",
|
||||
"ImGuiWindowSettings": "imgui_internal:1329",
|
||||
"ImGuiWindowTempData": "imgui_internal:1840",
|
||||
"ImRect": "imgui_internal:442",
|
||||
"ImVec1": "imgui_internal:424",
|
||||
"ImVec2": "imgui:232",
|
||||
"ImVec2ih": "imgui_internal:432",
|
||||
"ImVec4": "imgui:245",
|
||||
"ImBitVector": "imgui_internal:518",
|
||||
"ImColor": "imgui:2299",
|
||||
"ImDrawChannel": "imgui:2393",
|
||||
"ImDrawCmd": "imgui:2348",
|
||||
"ImDrawCmdHeader": "imgui:2385",
|
||||
"ImDrawCornerFlags_": "imgui:2417",
|
||||
"ImDrawData": "imgui:2573",
|
||||
"ImDrawDataBuilder": "imgui_internal:663",
|
||||
"ImDrawList": "imgui:2451",
|
||||
"ImDrawListFlags_": "imgui:2433",
|
||||
"ImDrawListSharedData": "imgui_internal:644",
|
||||
"ImDrawListSplitter": "imgui:2402",
|
||||
"ImDrawVert": "imgui:2370",
|
||||
"ImFont": "imgui:2789",
|
||||
"ImFontAtlas": "imgui:2690",
|
||||
"ImFontAtlasCustomRect": "imgui:2652",
|
||||
"ImFontAtlasFlags_": "imgui:2665",
|
||||
"ImFontBuilderIO": "imgui_internal:2799",
|
||||
"ImFontConfig": "imgui:2596",
|
||||
"ImFontGlyph": "imgui:2625",
|
||||
"ImFontGlyphRangesBuilder": "imgui:2637",
|
||||
"ImGuiAxis": "imgui_internal:801",
|
||||
"ImGuiBackendFlags_": "imgui:1434",
|
||||
"ImGuiButtonFlagsPrivate_": "imgui_internal:715",
|
||||
"ImGuiButtonFlags_": "imgui:1547",
|
||||
"ImGuiCol_": "imgui:1449",
|
||||
"ImGuiColorEditFlags_": "imgui:1560",
|
||||
"ImGuiColorMod": "imgui_internal:908",
|
||||
"ImGuiComboFlags_": "imgui:1049",
|
||||
"ImGuiCond_": "imgui:1652",
|
||||
"ImGuiConfigFlags_": "imgui:1409",
|
||||
"ImGuiContext": "imgui_internal:1434",
|
||||
"ImGuiContextHook": "imgui_internal:1419",
|
||||
"ImGuiContextHookType": "imgui_internal:1417",
|
||||
"ImGuiDataAuthority_": "imgui_internal:1189",
|
||||
"ImGuiDataTypeInfo": "imgui_internal:891",
|
||||
"ImGuiDataTypePrivate_": "imgui_internal:900",
|
||||
"ImGuiDataTypeTempStorage": "imgui_internal:885",
|
||||
"ImGuiDataType_": "imgui:1301",
|
||||
"ImGuiDir_": "imgui:1317",
|
||||
"ImGuiDockContext": "imgui_internal:1281",
|
||||
"ImGuiDockNode": "imgui_internal:1205",
|
||||
"ImGuiDockNodeFlagsPrivate_": "imgui_internal:1165",
|
||||
"ImGuiDockNodeFlags_": "imgui:1266",
|
||||
"ImGuiDockNodeState": "imgui_internal:1196",
|
||||
"ImGuiDragDropFlags_": "imgui:1279",
|
||||
"ImGuiFocusedFlags_": "imgui:1236",
|
||||
"ImGuiGroupData": "imgui_internal:925",
|
||||
"ImGuiHoveredFlags_": "imgui:1248",
|
||||
"ImGuiIO": "imgui:1812",
|
||||
"ImGuiInputReadMode": "imgui_internal:825",
|
||||
"ImGuiInputSource": "imgui_internal:814",
|
||||
"ImGuiInputTextCallbackData": "imgui:1962",
|
||||
"ImGuiInputTextFlags_": "imgui:964",
|
||||
"ImGuiInputTextState": "imgui_internal:954",
|
||||
"ImGuiItemFlags_": "imgui_internal:679",
|
||||
"ImGuiItemStatusFlags_": "imgui_internal:694",
|
||||
"ImGuiKeyModFlags_": "imgui:1364",
|
||||
"ImGuiKey_": "imgui:1336",
|
||||
"ImGuiLastItemDataBackup": "imgui_internal:2046",
|
||||
"ImGuiLayoutType_": "imgui_internal:785",
|
||||
"ImGuiListClipper": "imgui:2250",
|
||||
"ImGuiLogType": "imgui_internal:791",
|
||||
"ImGuiMenuColumns": "imgui_internal:940",
|
||||
"ImGuiMetricsConfig": "imgui_internal:1373",
|
||||
"ImGuiMouseButton_": "imgui:1624",
|
||||
"ImGuiMouseCursor_": "imgui:1634",
|
||||
"ImGuiNavDirSourceFlags_": "imgui_internal:844",
|
||||
"ImGuiNavForward": "imgui_internal:864",
|
||||
"ImGuiNavHighlightFlags_": "imgui_internal:835",
|
||||
"ImGuiNavInput_": "imgui:1377",
|
||||
"ImGuiNavLayer": "imgui_internal:871",
|
||||
"ImGuiNavMoveFlags_": "imgui_internal:852",
|
||||
"ImGuiNavMoveResult": "imgui_internal:1002",
|
||||
"ImGuiNextItemData": "imgui_internal:1067",
|
||||
"ImGuiNextItemDataFlags_": "imgui_internal:1060",
|
||||
"ImGuiNextWindowData": "imgui_internal:1033",
|
||||
"ImGuiNextWindowDataFlags_": "imgui_internal:1016",
|
||||
"ImGuiOldColumnData": "imgui_internal:1119",
|
||||
"ImGuiOldColumnFlags_": "imgui_internal:1099",
|
||||
"ImGuiOldColumns": "imgui_internal:1129",
|
||||
"ImGuiOnceUponAFrame": "imgui:2128",
|
||||
"ImGuiPayload": "imgui:2024",
|
||||
"ImGuiPlatformIO": "imgui:2952",
|
||||
"ImGuiPlatformMonitor": "imgui:3016",
|
||||
"ImGuiPlotType": "imgui_internal:808",
|
||||
"ImGuiPopupData": "imgui_internal:989",
|
||||
"ImGuiPopupFlags_": "imgui:1022",
|
||||
"ImGuiPopupPositionPolicy": "imgui_internal:878",
|
||||
"ImGuiPtrOrIndex": "imgui_internal:1085",
|
||||
"ImGuiSelectableFlagsPrivate_": "imgui_internal:745",
|
||||
"ImGuiSelectableFlags_": "imgui:1038",
|
||||
"ImGuiSeparatorFlags_": "imgui_internal:763",
|
||||
"ImGuiSettingsHandler": "imgui_internal:1354",
|
||||
"ImGuiShrinkWidthItem": "imgui_internal:1079",
|
||||
"ImGuiSizeCallbackData": "imgui:1993",
|
||||
"ImGuiSliderFlagsPrivate_": "imgui_internal:738",
|
||||
"ImGuiSliderFlags_": "imgui:1607",
|
||||
"ImGuiSortDirection_": "imgui:1328",
|
||||
"ImGuiStackSizes": "imgui_internal:1397",
|
||||
"ImGuiStorage": "imgui:2190",
|
||||
"ImGuiStoragePair": "imgui:2193",
|
||||
"ImGuiStyle": "imgui:1758",
|
||||
"ImGuiStyleMod": "imgui_internal:915",
|
||||
"ImGuiStyleVar_": "imgui:1516",
|
||||
"ImGuiTabBar": "imgui_internal:2099",
|
||||
"ImGuiTabBarFlagsPrivate_": "imgui_internal:2063",
|
||||
"ImGuiTabBarFlags_": "imgui:1063",
|
||||
"ImGuiTabItem": "imgui_internal:2080",
|
||||
"ImGuiTabItemFlagsPrivate_": "imgui_internal:2071",
|
||||
"ImGuiTabItemFlags_": "imgui:1079",
|
||||
"ImGuiTable": "imgui_internal:2227",
|
||||
"ImGuiTableBgTarget_": "imgui:1227",
|
||||
"ImGuiTableCellData": "imgui_internal:2220",
|
||||
"ImGuiTableColumn": "imgui_internal:2162",
|
||||
"ImGuiTableColumnFlags_": "imgui:1172",
|
||||
"ImGuiTableColumnSettings": "imgui_internal:2345",
|
||||
"ImGuiTableColumnSortSpecs": "imgui:2046",
|
||||
"ImGuiTableFlags_": "imgui:1115",
|
||||
"ImGuiTableRowFlags_": "imgui:1212",
|
||||
"ImGuiTableSettings": "imgui_internal:2369",
|
||||
"ImGuiTableSortSpecs": "imgui:2060",
|
||||
"ImGuiTextBuffer": "imgui:2163",
|
||||
"ImGuiTextFilter": "imgui:2136",
|
||||
"ImGuiTextFlags_": "imgui_internal:771",
|
||||
"ImGuiTextRange": "imgui:2146",
|
||||
"ImGuiTooltipFlags_": "imgui_internal:777",
|
||||
"ImGuiTreeNodeFlagsPrivate_": "imgui_internal:758",
|
||||
"ImGuiTreeNodeFlags_": "imgui:993",
|
||||
"ImGuiViewport": "imgui:2870",
|
||||
"ImGuiViewportFlags_": "imgui:2845",
|
||||
"ImGuiViewportP": "imgui_internal:1298",
|
||||
"ImGuiWindow": "imgui_internal:1912",
|
||||
"ImGuiWindowClass": "imgui:2008",
|
||||
"ImGuiWindowDockStyle": "imgui_internal:1276",
|
||||
"ImGuiWindowDockStyleCol": "imgui_internal:1265",
|
||||
"ImGuiWindowFlags_": "imgui:921",
|
||||
"ImGuiWindowSettings": "imgui_internal:1337",
|
||||
"ImGuiWindowTempData": "imgui_internal:1856",
|
||||
"ImRect": "imgui_internal:449",
|
||||
"ImVec1": "imgui_internal:431",
|
||||
"ImVec2": "imgui:234",
|
||||
"ImVec2ih": "imgui_internal:439",
|
||||
"ImVec4": "imgui:247",
|
||||
"STB_TexteditState": "imstb_textedit:317",
|
||||
"StbTexteditRow": "imstb_textedit:364",
|
||||
"StbUndoRecord": "imstb_textedit:299",
|
||||
@@ -3637,10 +3658,6 @@
|
||||
"name": "Valid",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "CmdLists",
|
||||
"type": "ImDrawList**"
|
||||
},
|
||||
{
|
||||
"name": "CmdListsCount",
|
||||
"type": "int"
|
||||
@@ -3653,6 +3670,10 @@
|
||||
"name": "TotalVtxCount",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "CmdLists",
|
||||
"type": "ImDrawList**"
|
||||
},
|
||||
{
|
||||
"name": "DisplayPos",
|
||||
"type": "ImVec2"
|
||||
@@ -3958,6 +3979,14 @@
|
||||
"size": 64,
|
||||
"type": "ImVec4"
|
||||
},
|
||||
{
|
||||
"name": "FontBuilderIO",
|
||||
"type": "const ImFontBuilderIO*"
|
||||
},
|
||||
{
|
||||
"name": "FontBuilderFlags",
|
||||
"type": "unsigned int"
|
||||
},
|
||||
{
|
||||
"name": "PackIdMouseCursors",
|
||||
"type": "int"
|
||||
@@ -4001,6 +4030,12 @@
|
||||
"type": "ImFont*"
|
||||
}
|
||||
],
|
||||
"ImFontBuilderIO": [
|
||||
{
|
||||
"name": "FontBuilder_Build",
|
||||
"type": "bool(*)(ImFontAtlas* atlas)"
|
||||
}
|
||||
],
|
||||
"ImFontConfig": [
|
||||
{
|
||||
"name": "FontData",
|
||||
@@ -4059,7 +4094,7 @@
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "RasterizerFlags",
|
||||
"name": "FontBuilderFlags",
|
||||
"type": "unsigned int"
|
||||
},
|
||||
{
|
||||
@@ -4082,8 +4117,8 @@
|
||||
],
|
||||
"ImFontGlyph": [
|
||||
{
|
||||
"bitfield": "31",
|
||||
"name": "Codepoint",
|
||||
"bitfield": "1",
|
||||
"name": "Colored",
|
||||
"type": "unsigned int"
|
||||
},
|
||||
{
|
||||
@@ -4091,6 +4126,11 @@
|
||||
"name": "Visible",
|
||||
"type": "unsigned int"
|
||||
},
|
||||
{
|
||||
"bitfield": "30",
|
||||
"name": "Codepoint",
|
||||
"type": "unsigned int"
|
||||
},
|
||||
{
|
||||
"name": "AdvanceX",
|
||||
"type": "float"
|
||||
@@ -4495,6 +4535,10 @@
|
||||
"name": "MouseLastHoveredViewport",
|
||||
"type": "ImGuiViewportP*"
|
||||
},
|
||||
{
|
||||
"name": "PlatformLastFocusedViewportId",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "ViewportFrontMostStampCount",
|
||||
"type": "int"
|
||||
@@ -4955,6 +4999,10 @@
|
||||
"template_type": "ImGuiContextHook",
|
||||
"type": "ImVector_ImGuiContextHook"
|
||||
},
|
||||
{
|
||||
"name": "HookIdNext",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "LogEnabled",
|
||||
"type": "bool"
|
||||
@@ -4971,6 +5019,14 @@
|
||||
"name": "LogBuffer",
|
||||
"type": "ImGuiTextBuffer"
|
||||
},
|
||||
{
|
||||
"name": "LogNextPrefix",
|
||||
"type": "const char*"
|
||||
},
|
||||
{
|
||||
"name": "LogNextSuffix",
|
||||
"type": "const char*"
|
||||
},
|
||||
{
|
||||
"name": "LogLinePosY",
|
||||
"type": "float"
|
||||
@@ -5035,6 +5091,10 @@
|
||||
}
|
||||
],
|
||||
"ImGuiContextHook": [
|
||||
{
|
||||
"name": "HookId",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "Type",
|
||||
"type": "ImGuiContextHookType"
|
||||
@@ -6270,10 +6330,6 @@
|
||||
"template_type": "ImGuiPlatformMonitor",
|
||||
"type": "ImVector_ImGuiPlatformMonitor"
|
||||
},
|
||||
{
|
||||
"name": "MainViewport",
|
||||
"type": "ImGuiViewport*"
|
||||
},
|
||||
{
|
||||
"name": "Viewports",
|
||||
"template_type": "ImGuiViewport*",
|
||||
@@ -7576,25 +7632,25 @@
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "WorkOffsetMin",
|
||||
"name": "WorkPos",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "WorkOffsetMax",
|
||||
"name": "WorkSize",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "DpiScale",
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "DrawData",
|
||||
"type": "ImDrawData*"
|
||||
},
|
||||
{
|
||||
"name": "ParentViewportId",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "DrawData",
|
||||
"type": "ImDrawData*"
|
||||
},
|
||||
{
|
||||
"name": "RendererUserData",
|
||||
"type": "void*"
|
||||
@@ -7637,11 +7693,6 @@
|
||||
"name": "LastFrameActive",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "LastFrameDrawLists[2]",
|
||||
"size": 2,
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "LastFrontMostStampCount",
|
||||
"type": "int"
|
||||
@@ -7674,6 +7725,11 @@
|
||||
"name": "Window",
|
||||
"type": "ImGuiWindow*"
|
||||
},
|
||||
{
|
||||
"name": "DrawListsLastFrame[2]",
|
||||
"size": 2,
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "DrawLists[2]",
|
||||
"size": 2,
|
||||
@@ -7699,6 +7755,14 @@
|
||||
"name": "LastRendererSize",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "WorkOffsetMin",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "WorkOffsetMax",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "CurrWorkOffsetMin",
|
||||
"type": "ImVec2"
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -19,6 +19,7 @@
|
||||
"ImFontAtlas": "struct ImFontAtlas",
|
||||
"ImFontAtlasCustomRect": "struct ImFontAtlasCustomRect",
|
||||
"ImFontAtlasFlags": "int",
|
||||
"ImFontBuilderIO": "struct ImFontBuilderIO",
|
||||
"ImFontConfig": "struct ImFontConfig",
|
||||
"ImFontGlyph": "struct ImFontGlyph",
|
||||
"ImFontGlyphRangesBuilder": "struct ImFontGlyphRangesBuilder",
|
||||
|
@@ -19,6 +19,7 @@ defs["ImFont"] = "struct ImFont"
|
||||
defs["ImFontAtlas"] = "struct ImFontAtlas"
|
||||
defs["ImFontAtlasCustomRect"] = "struct ImFontAtlasCustomRect"
|
||||
defs["ImFontAtlasFlags"] = "int"
|
||||
defs["ImFontBuilderIO"] = "struct ImFontBuilderIO"
|
||||
defs["ImFontConfig"] = "struct ImFontConfig"
|
||||
defs["ImFontGlyph"] = "struct ImFontGlyph"
|
||||
defs["ImFontGlyphRangesBuilder"] = "struct ImFontGlyphRangesBuilder"
|
||||
|
Reference in New Issue
Block a user