mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-11 04:18:29 +01:00
pull imgui 1.89.3 generate correct sdl2 backend inclusion
This commit is contained in:
@@ -18,7 +18,7 @@ set PATH=%PATH%;C:\anima;C:\mingws\i686-7.2.0-release-posix-dwarf-rt_v5-rev1\min
|
||||
:: arg[2] options as words in one string: internal for imgui_internal generation, freetype for freetype generation, comments for comments generation
|
||||
:: examples: "" "internal" "internal freetype comments"
|
||||
:: arg[3..n] name of implementations to generate and/or CFLAGS (e.g. -DIMGUI_USER_CONFIG or -DIMGUI_USE_WCHAR32)
|
||||
luajit ./generator.lua gcc "internal" glfw opengl3 opengl2 sdl
|
||||
luajit ./generator.lua gcc "internal" glfw opengl3 opengl2 sdl2
|
||||
|
||||
::leave console open
|
||||
cmd /k
|
||||
|
@@ -22,4 +22,4 @@ then
|
||||
suffix='.exe'
|
||||
fi
|
||||
|
||||
luajit$suffix ./generator.lua gcc "internal" glfw opengl3 opengl2 sdl
|
||||
luajit$suffix ./generator.lua gcc "internal" glfw opengl3 opengl2 sdl2
|
||||
|
@@ -10,6 +10,7 @@ CIMGUI_API void ImGui_ImplGlfw_Shutdown(void);
|
||||
CIMGUI_API void ImGui_ImplGlfw_NewFrame(void);
|
||||
CIMGUI_API void ImGui_ImplGlfw_InstallCallbacks(GLFWwindow* window);
|
||||
CIMGUI_API void ImGui_ImplGlfw_RestoreCallbacks(GLFWwindow* window);
|
||||
CIMGUI_API void ImGui_ImplGlfw_SetCallbacksChainForAllWindows(bool chain_for_all_windows);
|
||||
CIMGUI_API void ImGui_ImplGlfw_WindowFocusCallback(GLFWwindow* window,int focused);
|
||||
CIMGUI_API void ImGui_ImplGlfw_CursorEnterCallback(GLFWwindow* window,int entered);
|
||||
CIMGUI_API void ImGui_ImplGlfw_CursorPosCallback(GLFWwindow* window,double x,double y);
|
||||
@@ -42,7 +43,7 @@ CIMGUI_API bool ImGui_ImplOpenGL2_CreateDeviceObjects(void);
|
||||
CIMGUI_API void ImGui_ImplOpenGL2_DestroyDeviceObjects(void);
|
||||
|
||||
#endif
|
||||
#ifdef CIMGUI_USE_SDL
|
||||
#ifdef CIMGUI_USE_SDL2
|
||||
|
||||
typedef struct SDL_Window SDL_Window;
|
||||
typedef struct SDL_Renderer SDL_Renderer;
|
||||
|
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:46",
|
||||
"location": "imgui_impl_glfw:50",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_CharCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWwindow*,unsigned int)",
|
||||
@@ -42,7 +42,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_CursorEnterCallback",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_CursorEnterCallback",
|
||||
"location": "imgui_impl_glfw:41",
|
||||
"location": "imgui_impl_glfw:45",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_CursorEnterCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWwindow*,int)",
|
||||
@@ -71,7 +71,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_CursorPosCallback",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_CursorPosCallback",
|
||||
"location": "imgui_impl_glfw:42",
|
||||
"location": "imgui_impl_glfw:46",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_CursorPosCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWwindow*,double,double)",
|
||||
@@ -204,7 +204,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_KeyCallback",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_KeyCallback",
|
||||
"location": "imgui_impl_glfw:45",
|
||||
"location": "imgui_impl_glfw:49",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_KeyCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWwindow*,int,int,int,int)",
|
||||
@@ -229,7 +229,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_MonitorCallback",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_MonitorCallback",
|
||||
"location": "imgui_impl_glfw:47",
|
||||
"location": "imgui_impl_glfw:51",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_MonitorCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWmonitor*,int)",
|
||||
@@ -262,7 +262,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_MouseButtonCallback",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_MouseButtonCallback",
|
||||
"location": "imgui_impl_glfw:43",
|
||||
"location": "imgui_impl_glfw:47",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_MouseButtonCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWwindow*,int,int,int)",
|
||||
@@ -328,13 +328,34 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_ScrollCallback",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_ScrollCallback",
|
||||
"location": "imgui_impl_glfw:44",
|
||||
"location": "imgui_impl_glfw:48",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_ScrollCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWwindow*,double,double)",
|
||||
"stname": ""
|
||||
}
|
||||
],
|
||||
"ImGui_ImplGlfw_SetCallbacksChainForAllWindows": [
|
||||
{
|
||||
"args": "(bool chain_for_all_windows)",
|
||||
"argsT": [
|
||||
{
|
||||
"name": "chain_for_all_windows",
|
||||
"type": "bool"
|
||||
}
|
||||
],
|
||||
"argsoriginal": "(bool chain_for_all_windows)",
|
||||
"call_args": "(chain_for_all_windows)",
|
||||
"cimguiname": "ImGui_ImplGlfw_SetCallbacksChainForAllWindows",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_SetCallbacksChainForAllWindows",
|
||||
"location": "imgui_impl_glfw:41",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_SetCallbacksChainForAllWindows",
|
||||
"ret": "void",
|
||||
"signature": "(bool)",
|
||||
"stname": ""
|
||||
}
|
||||
],
|
||||
"ImGui_ImplGlfw_Shutdown": [
|
||||
{
|
||||
"args": "()",
|
||||
@@ -369,7 +390,7 @@
|
||||
"cimguiname": "ImGui_ImplGlfw_WindowFocusCallback",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplGlfw_WindowFocusCallback",
|
||||
"location": "imgui_impl_glfw:40",
|
||||
"location": "imgui_impl_glfw:44",
|
||||
"ov_cimguiname": "ImGui_ImplGlfw_WindowFocusCallback",
|
||||
"ret": "void",
|
||||
"signature": "(GLFWwindow*,int)",
|
||||
@@ -663,7 +684,7 @@
|
||||
"cimguiname": "ImGui_ImplSDL2_InitForD3D",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplSDL2_InitForD3D",
|
||||
"location": "imgui_impl_sdl:29",
|
||||
"location": "imgui_impl_sdl2:29",
|
||||
"ov_cimguiname": "ImGui_ImplSDL2_InitForD3D",
|
||||
"ret": "bool",
|
||||
"signature": "(SDL_Window*)",
|
||||
@@ -684,7 +705,7 @@
|
||||
"cimguiname": "ImGui_ImplSDL2_InitForMetal",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplSDL2_InitForMetal",
|
||||
"location": "imgui_impl_sdl:30",
|
||||
"location": "imgui_impl_sdl2:30",
|
||||
"ov_cimguiname": "ImGui_ImplSDL2_InitForMetal",
|
||||
"ret": "bool",
|
||||
"signature": "(SDL_Window*)",
|
||||
@@ -709,7 +730,7 @@
|
||||
"cimguiname": "ImGui_ImplSDL2_InitForOpenGL",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplSDL2_InitForOpenGL",
|
||||
"location": "imgui_impl_sdl:27",
|
||||
"location": "imgui_impl_sdl2:27",
|
||||
"ov_cimguiname": "ImGui_ImplSDL2_InitForOpenGL",
|
||||
"ret": "bool",
|
||||
"signature": "(SDL_Window*,void*)",
|
||||
@@ -734,7 +755,7 @@
|
||||
"cimguiname": "ImGui_ImplSDL2_InitForSDLRenderer",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplSDL2_InitForSDLRenderer",
|
||||
"location": "imgui_impl_sdl:31",
|
||||
"location": "imgui_impl_sdl2:31",
|
||||
"ov_cimguiname": "ImGui_ImplSDL2_InitForSDLRenderer",
|
||||
"ret": "bool",
|
||||
"signature": "(SDL_Window*,SDL_Renderer*)",
|
||||
@@ -755,7 +776,7 @@
|
||||
"cimguiname": "ImGui_ImplSDL2_InitForVulkan",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplSDL2_InitForVulkan",
|
||||
"location": "imgui_impl_sdl:28",
|
||||
"location": "imgui_impl_sdl2:28",
|
||||
"ov_cimguiname": "ImGui_ImplSDL2_InitForVulkan",
|
||||
"ret": "bool",
|
||||
"signature": "(SDL_Window*)",
|
||||
@@ -771,7 +792,7 @@
|
||||
"cimguiname": "ImGui_ImplSDL2_NewFrame",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplSDL2_NewFrame",
|
||||
"location": "imgui_impl_sdl:33",
|
||||
"location": "imgui_impl_sdl2:33",
|
||||
"ov_cimguiname": "ImGui_ImplSDL2_NewFrame",
|
||||
"ret": "void",
|
||||
"signature": "()",
|
||||
@@ -792,7 +813,7 @@
|
||||
"cimguiname": "ImGui_ImplSDL2_ProcessEvent",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplSDL2_ProcessEvent",
|
||||
"location": "imgui_impl_sdl:34",
|
||||
"location": "imgui_impl_sdl2:34",
|
||||
"ov_cimguiname": "ImGui_ImplSDL2_ProcessEvent",
|
||||
"ret": "bool",
|
||||
"signature": "(const SDL_Event*)",
|
||||
@@ -808,7 +829,7 @@
|
||||
"cimguiname": "ImGui_ImplSDL2_Shutdown",
|
||||
"defaults": {},
|
||||
"funcname": "ImGui_ImplSDL2_Shutdown",
|
||||
"location": "imgui_impl_sdl:32",
|
||||
"location": "imgui_impl_sdl2:32",
|
||||
"ov_cimguiname": "ImGui_ImplSDL2_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:46"
|
||||
defs["ImGui_ImplGlfw_CharCallback"][1]["location"] = "imgui_impl_glfw:50"
|
||||
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)"
|
||||
@@ -35,7 +35,7 @@ defs["ImGui_ImplGlfw_CursorEnterCallback"][1]["call_args"] = "(window,entered)"
|
||||
defs["ImGui_ImplGlfw_CursorEnterCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_CursorEnterCallback"
|
||||
defs["ImGui_ImplGlfw_CursorEnterCallback"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_CursorEnterCallback"][1]["funcname"] = "ImGui_ImplGlfw_CursorEnterCallback"
|
||||
defs["ImGui_ImplGlfw_CursorEnterCallback"][1]["location"] = "imgui_impl_glfw:41"
|
||||
defs["ImGui_ImplGlfw_CursorEnterCallback"][1]["location"] = "imgui_impl_glfw:45"
|
||||
defs["ImGui_ImplGlfw_CursorEnterCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_CursorEnterCallback"
|
||||
defs["ImGui_ImplGlfw_CursorEnterCallback"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_CursorEnterCallback"][1]["signature"] = "(GLFWwindow*,int)"
|
||||
@@ -59,7 +59,7 @@ defs["ImGui_ImplGlfw_CursorPosCallback"][1]["call_args"] = "(window,x,y)"
|
||||
defs["ImGui_ImplGlfw_CursorPosCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_CursorPosCallback"
|
||||
defs["ImGui_ImplGlfw_CursorPosCallback"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_CursorPosCallback"][1]["funcname"] = "ImGui_ImplGlfw_CursorPosCallback"
|
||||
defs["ImGui_ImplGlfw_CursorPosCallback"][1]["location"] = "imgui_impl_glfw:42"
|
||||
defs["ImGui_ImplGlfw_CursorPosCallback"][1]["location"] = "imgui_impl_glfw:46"
|
||||
defs["ImGui_ImplGlfw_CursorPosCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_CursorPosCallback"
|
||||
defs["ImGui_ImplGlfw_CursorPosCallback"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_CursorPosCallback"][1]["signature"] = "(GLFWwindow*,double,double)"
|
||||
@@ -170,7 +170,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:45"
|
||||
defs["ImGui_ImplGlfw_KeyCallback"][1]["location"] = "imgui_impl_glfw:49"
|
||||
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)"
|
||||
@@ -191,7 +191,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:47"
|
||||
defs["ImGui_ImplGlfw_MonitorCallback"][1]["location"] = "imgui_impl_glfw:51"
|
||||
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)"
|
||||
@@ -218,7 +218,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:43"
|
||||
defs["ImGui_ImplGlfw_MouseButtonCallback"][1]["location"] = "imgui_impl_glfw:47"
|
||||
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)"
|
||||
@@ -275,12 +275,30 @@ 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:44"
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["location"] = "imgui_impl_glfw:48"
|
||||
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)"
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"][1]["stname"] = ""
|
||||
defs["ImGui_ImplGlfw_ScrollCallback"]["(GLFWwindow*,double,double)"] = defs["ImGui_ImplGlfw_ScrollCallback"][1]
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"] = {}
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1] = {}
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1]["args"] = "(bool chain_for_all_windows)"
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1]["argsT"] = {}
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1]["argsT"][1] = {}
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1]["argsT"][1]["name"] = "chain_for_all_windows"
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1]["argsT"][1]["type"] = "bool"
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1]["argsoriginal"] = "(bool chain_for_all_windows)"
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1]["call_args"] = "(chain_for_all_windows)"
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1]["cimguiname"] = "ImGui_ImplGlfw_SetCallbacksChainForAllWindows"
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1]["funcname"] = "ImGui_ImplGlfw_SetCallbacksChainForAllWindows"
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1]["location"] = "imgui_impl_glfw:41"
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_SetCallbacksChainForAllWindows"
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1]["signature"] = "(bool)"
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1]["stname"] = ""
|
||||
defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"]["(bool)"] = defs["ImGui_ImplGlfw_SetCallbacksChainForAllWindows"][1]
|
||||
defs["ImGui_ImplGlfw_Shutdown"] = {}
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1] = {}
|
||||
defs["ImGui_ImplGlfw_Shutdown"][1]["args"] = "()"
|
||||
@@ -311,7 +329,7 @@ defs["ImGui_ImplGlfw_WindowFocusCallback"][1]["call_args"] = "(window,focused)"
|
||||
defs["ImGui_ImplGlfw_WindowFocusCallback"][1]["cimguiname"] = "ImGui_ImplGlfw_WindowFocusCallback"
|
||||
defs["ImGui_ImplGlfw_WindowFocusCallback"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplGlfw_WindowFocusCallback"][1]["funcname"] = "ImGui_ImplGlfw_WindowFocusCallback"
|
||||
defs["ImGui_ImplGlfw_WindowFocusCallback"][1]["location"] = "imgui_impl_glfw:40"
|
||||
defs["ImGui_ImplGlfw_WindowFocusCallback"][1]["location"] = "imgui_impl_glfw:44"
|
||||
defs["ImGui_ImplGlfw_WindowFocusCallback"][1]["ov_cimguiname"] = "ImGui_ImplGlfw_WindowFocusCallback"
|
||||
defs["ImGui_ImplGlfw_WindowFocusCallback"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplGlfw_WindowFocusCallback"][1]["signature"] = "(GLFWwindow*,int)"
|
||||
@@ -579,7 +597,7 @@ defs["ImGui_ImplSDL2_InitForD3D"][1]["call_args"] = "(window)"
|
||||
defs["ImGui_ImplSDL2_InitForD3D"][1]["cimguiname"] = "ImGui_ImplSDL2_InitForD3D"
|
||||
defs["ImGui_ImplSDL2_InitForD3D"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplSDL2_InitForD3D"][1]["funcname"] = "ImGui_ImplSDL2_InitForD3D"
|
||||
defs["ImGui_ImplSDL2_InitForD3D"][1]["location"] = "imgui_impl_sdl:29"
|
||||
defs["ImGui_ImplSDL2_InitForD3D"][1]["location"] = "imgui_impl_sdl2:29"
|
||||
defs["ImGui_ImplSDL2_InitForD3D"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_InitForD3D"
|
||||
defs["ImGui_ImplSDL2_InitForD3D"][1]["ret"] = "bool"
|
||||
defs["ImGui_ImplSDL2_InitForD3D"][1]["signature"] = "(SDL_Window*)"
|
||||
@@ -597,7 +615,7 @@ defs["ImGui_ImplSDL2_InitForMetal"][1]["call_args"] = "(window)"
|
||||
defs["ImGui_ImplSDL2_InitForMetal"][1]["cimguiname"] = "ImGui_ImplSDL2_InitForMetal"
|
||||
defs["ImGui_ImplSDL2_InitForMetal"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplSDL2_InitForMetal"][1]["funcname"] = "ImGui_ImplSDL2_InitForMetal"
|
||||
defs["ImGui_ImplSDL2_InitForMetal"][1]["location"] = "imgui_impl_sdl:30"
|
||||
defs["ImGui_ImplSDL2_InitForMetal"][1]["location"] = "imgui_impl_sdl2:30"
|
||||
defs["ImGui_ImplSDL2_InitForMetal"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_InitForMetal"
|
||||
defs["ImGui_ImplSDL2_InitForMetal"][1]["ret"] = "bool"
|
||||
defs["ImGui_ImplSDL2_InitForMetal"][1]["signature"] = "(SDL_Window*)"
|
||||
@@ -618,7 +636,7 @@ defs["ImGui_ImplSDL2_InitForOpenGL"][1]["call_args"] = "(window,sdl_gl_context)"
|
||||
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["cimguiname"] = "ImGui_ImplSDL2_InitForOpenGL"
|
||||
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["funcname"] = "ImGui_ImplSDL2_InitForOpenGL"
|
||||
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["location"] = "imgui_impl_sdl:27"
|
||||
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["location"] = "imgui_impl_sdl2:27"
|
||||
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_InitForOpenGL"
|
||||
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["ret"] = "bool"
|
||||
defs["ImGui_ImplSDL2_InitForOpenGL"][1]["signature"] = "(SDL_Window*,void*)"
|
||||
@@ -639,7 +657,7 @@ defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["call_args"] = "(window,renderer)"
|
||||
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:31"
|
||||
defs["ImGui_ImplSDL2_InitForSDLRenderer"][1]["location"] = "imgui_impl_sdl2:31"
|
||||
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*,SDL_Renderer*)"
|
||||
@@ -657,7 +675,7 @@ defs["ImGui_ImplSDL2_InitForVulkan"][1]["call_args"] = "(window)"
|
||||
defs["ImGui_ImplSDL2_InitForVulkan"][1]["cimguiname"] = "ImGui_ImplSDL2_InitForVulkan"
|
||||
defs["ImGui_ImplSDL2_InitForVulkan"][1]["defaults"] = {}
|
||||
defs["ImGui_ImplSDL2_InitForVulkan"][1]["funcname"] = "ImGui_ImplSDL2_InitForVulkan"
|
||||
defs["ImGui_ImplSDL2_InitForVulkan"][1]["location"] = "imgui_impl_sdl:28"
|
||||
defs["ImGui_ImplSDL2_InitForVulkan"][1]["location"] = "imgui_impl_sdl2:28"
|
||||
defs["ImGui_ImplSDL2_InitForVulkan"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_InitForVulkan"
|
||||
defs["ImGui_ImplSDL2_InitForVulkan"][1]["ret"] = "bool"
|
||||
defs["ImGui_ImplSDL2_InitForVulkan"][1]["signature"] = "(SDL_Window*)"
|
||||
@@ -672,7 +690,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:33"
|
||||
defs["ImGui_ImplSDL2_NewFrame"][1]["location"] = "imgui_impl_sdl2:33"
|
||||
defs["ImGui_ImplSDL2_NewFrame"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_NewFrame"
|
||||
defs["ImGui_ImplSDL2_NewFrame"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplSDL2_NewFrame"][1]["signature"] = "()"
|
||||
@@ -690,7 +708,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:34"
|
||||
defs["ImGui_ImplSDL2_ProcessEvent"][1]["location"] = "imgui_impl_sdl2:34"
|
||||
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*)"
|
||||
@@ -705,7 +723,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:32"
|
||||
defs["ImGui_ImplSDL2_Shutdown"][1]["location"] = "imgui_impl_sdl2:32"
|
||||
defs["ImGui_ImplSDL2_Shutdown"][1]["ov_cimguiname"] = "ImGui_ImplSDL2_Shutdown"
|
||||
defs["ImGui_ImplSDL2_Shutdown"][1]["ret"] = "void"
|
||||
defs["ImGui_ImplSDL2_Shutdown"][1]["signature"] = "()"
|
||||
|
@@ -123,6 +123,9 @@ igGetID 3
|
||||
1 ImGuiID igGetID_Str (const char*)
|
||||
2 ImGuiID igGetID_StrStr (const char*,const char*)
|
||||
3 ImGuiID igGetID_Ptr (const void*)
|
||||
igGetIDWithSeed 2
|
||||
1 ImGuiID igGetIDWithSeed_Str (const char*,const char*,ImGuiID)
|
||||
2 ImGuiID igGetIDWithSeed_Int (int,ImGuiID)
|
||||
igImAbs 3
|
||||
1 int igImAbs_Int (int)
|
||||
2 float igImAbs_Float (float)
|
||||
@@ -275,4 +278,4 @@ igValue 4
|
||||
2 void igValue_Int (const char*,int)
|
||||
3 void igValue_Uint (const char*,unsigned int)
|
||||
4 void igValue_Float (const char*,float,const char*)
|
||||
193 overloaded
|
||||
195 overloaded
|
@@ -3585,8 +3585,23 @@
|
||||
},
|
||||
{
|
||||
"calc_value": 25,
|
||||
"name": "ImGuiStyleVar_COUNT",
|
||||
"name": "ImGuiStyleVar_SeparatorTextBorderSize",
|
||||
"value": "25"
|
||||
},
|
||||
{
|
||||
"calc_value": 26,
|
||||
"name": "ImGuiStyleVar_SeparatorTextAlign",
|
||||
"value": "26"
|
||||
},
|
||||
{
|
||||
"calc_value": 27,
|
||||
"name": "ImGuiStyleVar_SeparatorTextPadding",
|
||||
"value": "27"
|
||||
},
|
||||
{
|
||||
"calc_value": 28,
|
||||
"name": "ImGuiStyleVar_COUNT",
|
||||
"value": "28"
|
||||
}
|
||||
],
|
||||
"ImGuiTabBarFlagsPrivate_": [
|
||||
@@ -4480,176 +4495,176 @@
|
||||
"ImGuiLocKey": "int"
|
||||
},
|
||||
"locations": {
|
||||
"ImBitVector": "imgui_internal:598",
|
||||
"ImColor": "imgui:2455",
|
||||
"ImDrawChannel": "imgui:2545",
|
||||
"ImDrawCmd": "imgui:2504",
|
||||
"ImDrawCmdHeader": "imgui:2537",
|
||||
"ImDrawData": "imgui:2737",
|
||||
"ImDrawDataBuilder": "imgui_internal:787",
|
||||
"ImDrawFlags_": "imgui:2571",
|
||||
"ImDrawList": "imgui:2609",
|
||||
"ImDrawListFlags_": "imgui:2591",
|
||||
"ImDrawListSharedData": "imgui_internal:764",
|
||||
"ImDrawListSplitter": "imgui:2554",
|
||||
"ImDrawVert": "imgui:2522",
|
||||
"ImFont": "imgui:2957",
|
||||
"ImFontAtlas": "imgui:2854",
|
||||
"ImFontAtlasCustomRect": "imgui:2816",
|
||||
"ImFontAtlasFlags_": "imgui:2829",
|
||||
"ImFontBuilderIO": "imgui_internal:3497",
|
||||
"ImFontConfig": "imgui:2760",
|
||||
"ImFontGlyph": "imgui:2789",
|
||||
"ImFontGlyphRangesBuilder": "imgui:2801",
|
||||
"ImGuiActivateFlags_": "imgui_internal:1433",
|
||||
"ImGuiAxis": "imgui_internal:953",
|
||||
"ImGuiBackendFlags_": "imgui:1576",
|
||||
"ImGuiButtonFlagsPrivate_": "imgui_internal:858",
|
||||
"ImGuiButtonFlags_": "imgui:1690",
|
||||
"ImGuiCol_": "imgui:1591",
|
||||
"ImGuiColorEditFlags_": "imgui:1703",
|
||||
"ImGuiColorMod": "imgui_internal:996",
|
||||
"ImGuiComboFlagsPrivate_": "imgui_internal:883",
|
||||
"ImGuiComboFlags_": "imgui:1124",
|
||||
"ImGuiComboPreviewData": "imgui_internal:1013",
|
||||
"ImGuiCond_": "imgui:1794",
|
||||
"ImGuiConfigFlags_": "imgui:1551",
|
||||
"ImGuiContext": "imgui_internal:1910",
|
||||
"ImGuiContextHook": "imgui_internal:1895",
|
||||
"ImGuiContextHookType": "imgui_internal:1893",
|
||||
"ImGuiDataAuthority_": "imgui_internal:1604",
|
||||
"ImGuiDataTypeInfo": "imgui_internal:979",
|
||||
"ImGuiDataTypePrivate_": "imgui_internal:988",
|
||||
"ImGuiDataTypeTempStorage": "imgui_internal:973",
|
||||
"ImGuiDataType_": "imgui:1376",
|
||||
"ImGuiDebugLogFlags_": "imgui_internal:1825",
|
||||
"ImGuiDir_": "imgui:1392",
|
||||
"ImGuiDockContext": "imgui_internal:1702",
|
||||
"ImGuiDockNode": "imgui_internal:1620",
|
||||
"ImGuiDockNodeFlagsPrivate_": "imgui_internal:1579",
|
||||
"ImGuiDockNodeFlags_": "imgui:1341",
|
||||
"ImGuiDockNodeState": "imgui_internal:1611",
|
||||
"ImGuiDragDropFlags_": "imgui:1354",
|
||||
"ImGuiFocusedFlags_": "imgui:1301",
|
||||
"ImGuiGroupData": "imgui_internal:1026",
|
||||
"ImGuiHoveredFlags_": "imgui:1315",
|
||||
"ImGuiIO": "imgui:1971",
|
||||
"ImGuiInputEvent": "imgui_internal:1291",
|
||||
"ImGuiInputEventAppFocused": "imgui_internal:1289",
|
||||
"ImGuiInputEventKey": "imgui_internal:1287",
|
||||
"ImGuiInputEventMouseButton": "imgui_internal:1285",
|
||||
"ImGuiInputEventMousePos": "imgui_internal:1283",
|
||||
"ImGuiInputEventMouseViewport": "imgui_internal:1286",
|
||||
"ImGuiInputEventMouseWheel": "imgui_internal:1284",
|
||||
"ImGuiInputEventText": "imgui_internal:1288",
|
||||
"ImGuiInputEventType": "imgui_internal:1257",
|
||||
"ImGuiInputFlags_": "imgui_internal:1354",
|
||||
"ImGuiInputSource": "imgui_internal:1270",
|
||||
"ImGuiInputTextCallbackData": "imgui:2159",
|
||||
"ImGuiInputTextFlagsPrivate_": "imgui_internal:849",
|
||||
"ImGuiInputTextFlags_": "imgui:1036",
|
||||
"ImGuiInputTextState": "imgui_internal:1061",
|
||||
"ImGuiItemFlags_": "imgui_internal:806",
|
||||
"ImGuiItemStatusFlags_": "imgui_internal:826",
|
||||
"ImGuiKey": "imgui:1414",
|
||||
"ImGuiKeyData": "imgui:1963",
|
||||
"ImGuiKeyOwnerData": "imgui_internal:1342",
|
||||
"ImGuiKeyRoutingData": "imgui_internal:1317",
|
||||
"ImGuiKeyRoutingTable": "imgui_internal:1330",
|
||||
"ImGuiLastItemData": "imgui_internal:1176",
|
||||
"ImGuiLayoutType_": "imgui_internal:937",
|
||||
"ImGuiListClipper": "imgui:2404",
|
||||
"ImGuiListClipperData": "imgui_internal:1417",
|
||||
"ImGuiListClipperRange": "imgui_internal:1404",
|
||||
"ImGuiLocEntry": "imgui_internal:1814",
|
||||
"ImGuiLocKey": "imgui_internal:1801",
|
||||
"ImGuiLogType": "imgui_internal:943",
|
||||
"ImGuiMenuColumns": "imgui_internal:1042",
|
||||
"ImGuiMetricsConfig": "imgui_internal:1841",
|
||||
"ImGuiMouseButton_": "imgui:1766",
|
||||
"ImGuiMouseCursor_": "imgui:1776",
|
||||
"ImGuiNavHighlightFlags_": "imgui_internal:1456",
|
||||
"ImGuiNavInput": "imgui:1542",
|
||||
"ImGuiNavItemData": "imgui_internal:1490",
|
||||
"ImGuiNavLayer": "imgui_internal:1483",
|
||||
"ImGuiNavMoveFlags_": "imgui_internal:1465",
|
||||
"ImGuiNextItemData": "imgui_internal:1163",
|
||||
"ImGuiNextItemDataFlags_": "imgui_internal:1156",
|
||||
"ImGuiNextWindowData": "imgui_internal:1129",
|
||||
"ImGuiNextWindowDataFlags_": "imgui_internal:1112",
|
||||
"ImGuiOldColumnData": "imgui_internal:1530",
|
||||
"ImGuiOldColumnFlags_": "imgui_internal:1510",
|
||||
"ImGuiOldColumns": "imgui_internal:1540",
|
||||
"ImGuiOnceUponAFrame": "imgui:2279",
|
||||
"ImGuiPayload": "imgui:2220",
|
||||
"ImGuiPlatformIO": "imgui:3122",
|
||||
"ImGuiPlatformImeData": "imgui:3194",
|
||||
"ImGuiPlatformMonitor": "imgui:3185",
|
||||
"ImGuiPlotType": "imgui_internal:960",
|
||||
"ImGuiPopupData": "imgui_internal:1098",
|
||||
"ImGuiPopupFlags_": "imgui:1097",
|
||||
"ImGuiPopupPositionPolicy": "imgui_internal:966",
|
||||
"ImGuiPtrOrIndex": "imgui_internal:1220",
|
||||
"ImGuiScrollFlags_": "imgui_internal:1442",
|
||||
"ImGuiSelectableFlagsPrivate_": "imgui_internal:896",
|
||||
"ImGuiSelectableFlags_": "imgui:1113",
|
||||
"ImGuiSeparatorFlags_": "imgui_internal:915",
|
||||
"ImGuiSettingsHandler": "imgui_internal:1781",
|
||||
"ImGuiShrinkWidthItem": "imgui_internal:1213",
|
||||
"ImGuiSizeCallbackData": "imgui:2190",
|
||||
"ImGuiSliderFlagsPrivate_": "imgui_internal:889",
|
||||
"ImGuiSliderFlags_": "imgui:1749",
|
||||
"ImGuiSortDirection_": "imgui:1403",
|
||||
"ImGuiStackLevelInfo": "imgui_internal:1864",
|
||||
"ImGuiStackSizes": "imgui_internal:1188",
|
||||
"ImGuiStackTool": "imgui_internal:1876",
|
||||
"ImGuiStorage": "imgui:2341",
|
||||
"ImGuiStoragePair": "imgui:2344",
|
||||
"ImGuiStyle": "imgui:1906",
|
||||
"ImGuiStyleMod": "imgui_internal:1003",
|
||||
"ImGuiStyleVar_": "imgui:1658",
|
||||
"ImGuiTabBar": "imgui_internal:2625",
|
||||
"ImGuiTabBarFlagsPrivate_": "imgui_internal:2587",
|
||||
"ImGuiTabBarFlags_": "imgui:1138",
|
||||
"ImGuiTabItem": "imgui_internal:2605",
|
||||
"ImGuiTabItemFlagsPrivate_": "imgui_internal:2595",
|
||||
"ImGuiTabItemFlags_": "imgui:1154",
|
||||
"ImGuiTable": "imgui_internal:2762",
|
||||
"ImGuiTableBgTarget_": "imgui:1292",
|
||||
"ImGuiTableCellData": "imgui_internal:2745",
|
||||
"ImGuiTableColumn": "imgui_internal:2686",
|
||||
"ImGuiTableColumnFlags_": "imgui:1240",
|
||||
"ImGuiTableColumnSettings": "imgui_internal:2899",
|
||||
"ImGuiTableColumnSortSpecs": "imgui:2242",
|
||||
"ImGuiTableFlags_": "imgui:1189",
|
||||
"ImGuiTableInstanceData": "imgui_internal:2752",
|
||||
"ImGuiTableRowFlags_": "imgui:1277",
|
||||
"ImGuiTableSettings": "imgui_internal:2923",
|
||||
"ImGuiTableSortSpecs": "imgui:2256",
|
||||
"ImGuiTableTempData": "imgui_internal:2878",
|
||||
"ImGuiTextBuffer": "imgui:2314",
|
||||
"ImGuiTextFilter": "imgui:2287",
|
||||
"ImGuiTextFlags_": "imgui_internal:923",
|
||||
"ImGuiTextIndex": "imgui_internal:721",
|
||||
"ImGuiTextRange": "imgui:2297",
|
||||
"ImGuiTooltipFlags_": "imgui_internal:929",
|
||||
"ImGuiTreeNodeFlagsPrivate_": "imgui_internal:910",
|
||||
"ImGuiTreeNodeFlags_": "imgui:1068",
|
||||
"ImGuiViewport": "imgui:3038",
|
||||
"ImGuiViewportFlags_": "imgui:3013",
|
||||
"ImGuiViewportP": "imgui_internal:1719",
|
||||
"ImGuiWindow": "imgui_internal:2440",
|
||||
"ImGuiWindowClass": "imgui:2205",
|
||||
"ImGuiWindowDockStyle": "imgui_internal:1697",
|
||||
"ImGuiWindowDockStyleCol": "imgui_internal:1686",
|
||||
"ImGuiWindowFlags_": "imgui:995",
|
||||
"ImGuiWindowSettings": "imgui_internal:1764",
|
||||
"ImGuiWindowStackData": "imgui_internal:1206",
|
||||
"ImGuiWindowTempData": "imgui_internal:2392",
|
||||
"ImRect": "imgui_internal:526",
|
||||
"ImVec1": "imgui_internal:508",
|
||||
"ImBitVector": "imgui_internal:605",
|
||||
"ImColor": "imgui:2462",
|
||||
"ImDrawChannel": "imgui:2552",
|
||||
"ImDrawCmd": "imgui:2511",
|
||||
"ImDrawCmdHeader": "imgui:2544",
|
||||
"ImDrawData": "imgui:2744",
|
||||
"ImDrawDataBuilder": "imgui_internal:795",
|
||||
"ImDrawFlags_": "imgui:2578",
|
||||
"ImDrawList": "imgui:2616",
|
||||
"ImDrawListFlags_": "imgui:2598",
|
||||
"ImDrawListSharedData": "imgui_internal:772",
|
||||
"ImDrawListSplitter": "imgui:2561",
|
||||
"ImDrawVert": "imgui:2529",
|
||||
"ImFont": "imgui:2964",
|
||||
"ImFontAtlas": "imgui:2861",
|
||||
"ImFontAtlasCustomRect": "imgui:2823",
|
||||
"ImFontAtlasFlags_": "imgui:2836",
|
||||
"ImFontBuilderIO": "imgui_internal:3506",
|
||||
"ImFontConfig": "imgui:2767",
|
||||
"ImFontGlyph": "imgui:2796",
|
||||
"ImFontGlyphRangesBuilder": "imgui:2808",
|
||||
"ImGuiActivateFlags_": "imgui_internal:1441",
|
||||
"ImGuiAxis": "imgui_internal:961",
|
||||
"ImGuiBackendFlags_": "imgui:1577",
|
||||
"ImGuiButtonFlagsPrivate_": "imgui_internal:866",
|
||||
"ImGuiButtonFlags_": "imgui:1694",
|
||||
"ImGuiCol_": "imgui:1592",
|
||||
"ImGuiColorEditFlags_": "imgui:1707",
|
||||
"ImGuiColorMod": "imgui_internal:1004",
|
||||
"ImGuiComboFlagsPrivate_": "imgui_internal:891",
|
||||
"ImGuiComboFlags_": "imgui:1125",
|
||||
"ImGuiComboPreviewData": "imgui_internal:1021",
|
||||
"ImGuiCond_": "imgui:1798",
|
||||
"ImGuiConfigFlags_": "imgui:1552",
|
||||
"ImGuiContext": "imgui_internal:1911",
|
||||
"ImGuiContextHook": "imgui_internal:1896",
|
||||
"ImGuiContextHookType": "imgui_internal:1894",
|
||||
"ImGuiDataAuthority_": "imgui_internal:1612",
|
||||
"ImGuiDataTypeInfo": "imgui_internal:987",
|
||||
"ImGuiDataTypePrivate_": "imgui_internal:996",
|
||||
"ImGuiDataTypeTempStorage": "imgui_internal:981",
|
||||
"ImGuiDataType_": "imgui:1377",
|
||||
"ImGuiDebugLogFlags_": "imgui_internal:1834",
|
||||
"ImGuiDir_": "imgui:1393",
|
||||
"ImGuiDockContext": "imgui_internal:1710",
|
||||
"ImGuiDockNode": "imgui_internal:1628",
|
||||
"ImGuiDockNodeFlagsPrivate_": "imgui_internal:1587",
|
||||
"ImGuiDockNodeFlags_": "imgui:1342",
|
||||
"ImGuiDockNodeState": "imgui_internal:1619",
|
||||
"ImGuiDragDropFlags_": "imgui:1355",
|
||||
"ImGuiFocusedFlags_": "imgui:1302",
|
||||
"ImGuiGroupData": "imgui_internal:1034",
|
||||
"ImGuiHoveredFlags_": "imgui:1316",
|
||||
"ImGuiIO": "imgui:1978",
|
||||
"ImGuiInputEvent": "imgui_internal:1299",
|
||||
"ImGuiInputEventAppFocused": "imgui_internal:1297",
|
||||
"ImGuiInputEventKey": "imgui_internal:1295",
|
||||
"ImGuiInputEventMouseButton": "imgui_internal:1293",
|
||||
"ImGuiInputEventMousePos": "imgui_internal:1291",
|
||||
"ImGuiInputEventMouseViewport": "imgui_internal:1294",
|
||||
"ImGuiInputEventMouseWheel": "imgui_internal:1292",
|
||||
"ImGuiInputEventText": "imgui_internal:1296",
|
||||
"ImGuiInputEventType": "imgui_internal:1265",
|
||||
"ImGuiInputFlags_": "imgui_internal:1362",
|
||||
"ImGuiInputSource": "imgui_internal:1278",
|
||||
"ImGuiInputTextCallbackData": "imgui:2166",
|
||||
"ImGuiInputTextFlagsPrivate_": "imgui_internal:857",
|
||||
"ImGuiInputTextFlags_": "imgui:1037",
|
||||
"ImGuiInputTextState": "imgui_internal:1069",
|
||||
"ImGuiItemFlags_": "imgui_internal:814",
|
||||
"ImGuiItemStatusFlags_": "imgui_internal:834",
|
||||
"ImGuiKey": "imgui:1415",
|
||||
"ImGuiKeyData": "imgui:1970",
|
||||
"ImGuiKeyOwnerData": "imgui_internal:1350",
|
||||
"ImGuiKeyRoutingData": "imgui_internal:1325",
|
||||
"ImGuiKeyRoutingTable": "imgui_internal:1338",
|
||||
"ImGuiLastItemData": "imgui_internal:1184",
|
||||
"ImGuiLayoutType_": "imgui_internal:945",
|
||||
"ImGuiListClipper": "imgui:2411",
|
||||
"ImGuiListClipperData": "imgui_internal:1425",
|
||||
"ImGuiListClipperRange": "imgui_internal:1412",
|
||||
"ImGuiLocEntry": "imgui_internal:1823",
|
||||
"ImGuiLocKey": "imgui_internal:1810",
|
||||
"ImGuiLogType": "imgui_internal:951",
|
||||
"ImGuiMenuColumns": "imgui_internal:1050",
|
||||
"ImGuiMetricsConfig": "imgui_internal:1850",
|
||||
"ImGuiMouseButton_": "imgui:1770",
|
||||
"ImGuiMouseCursor_": "imgui:1780",
|
||||
"ImGuiNavHighlightFlags_": "imgui_internal:1464",
|
||||
"ImGuiNavInput": "imgui:1543",
|
||||
"ImGuiNavItemData": "imgui_internal:1498",
|
||||
"ImGuiNavLayer": "imgui_internal:1491",
|
||||
"ImGuiNavMoveFlags_": "imgui_internal:1473",
|
||||
"ImGuiNextItemData": "imgui_internal:1171",
|
||||
"ImGuiNextItemDataFlags_": "imgui_internal:1164",
|
||||
"ImGuiNextWindowData": "imgui_internal:1137",
|
||||
"ImGuiNextWindowDataFlags_": "imgui_internal:1120",
|
||||
"ImGuiOldColumnData": "imgui_internal:1538",
|
||||
"ImGuiOldColumnFlags_": "imgui_internal:1518",
|
||||
"ImGuiOldColumns": "imgui_internal:1548",
|
||||
"ImGuiOnceUponAFrame": "imgui:2286",
|
||||
"ImGuiPayload": "imgui:2227",
|
||||
"ImGuiPlatformIO": "imgui:3131",
|
||||
"ImGuiPlatformImeData": "imgui:3203",
|
||||
"ImGuiPlatformMonitor": "imgui:3194",
|
||||
"ImGuiPlotType": "imgui_internal:968",
|
||||
"ImGuiPopupData": "imgui_internal:1106",
|
||||
"ImGuiPopupFlags_": "imgui:1098",
|
||||
"ImGuiPopupPositionPolicy": "imgui_internal:974",
|
||||
"ImGuiPtrOrIndex": "imgui_internal:1228",
|
||||
"ImGuiScrollFlags_": "imgui_internal:1450",
|
||||
"ImGuiSelectableFlagsPrivate_": "imgui_internal:904",
|
||||
"ImGuiSelectableFlags_": "imgui:1114",
|
||||
"ImGuiSeparatorFlags_": "imgui_internal:923",
|
||||
"ImGuiSettingsHandler": "imgui_internal:1790",
|
||||
"ImGuiShrinkWidthItem": "imgui_internal:1221",
|
||||
"ImGuiSizeCallbackData": "imgui:2197",
|
||||
"ImGuiSliderFlagsPrivate_": "imgui_internal:897",
|
||||
"ImGuiSliderFlags_": "imgui:1753",
|
||||
"ImGuiSortDirection_": "imgui:1404",
|
||||
"ImGuiStackLevelInfo": "imgui_internal:1865",
|
||||
"ImGuiStackSizes": "imgui_internal:1196",
|
||||
"ImGuiStackTool": "imgui_internal:1877",
|
||||
"ImGuiStorage": "imgui:2348",
|
||||
"ImGuiStoragePair": "imgui:2351",
|
||||
"ImGuiStyle": "imgui:1910",
|
||||
"ImGuiStyleMod": "imgui_internal:1011",
|
||||
"ImGuiStyleVar_": "imgui:1659",
|
||||
"ImGuiTabBar": "imgui_internal:2629",
|
||||
"ImGuiTabBarFlagsPrivate_": "imgui_internal:2591",
|
||||
"ImGuiTabBarFlags_": "imgui:1139",
|
||||
"ImGuiTabItem": "imgui_internal:2609",
|
||||
"ImGuiTabItemFlagsPrivate_": "imgui_internal:2599",
|
||||
"ImGuiTabItemFlags_": "imgui:1155",
|
||||
"ImGuiTable": "imgui_internal:2758",
|
||||
"ImGuiTableBgTarget_": "imgui:1293",
|
||||
"ImGuiTableCellData": "imgui_internal:2740",
|
||||
"ImGuiTableColumn": "imgui_internal:2681",
|
||||
"ImGuiTableColumnFlags_": "imgui:1241",
|
||||
"ImGuiTableColumnSettings": "imgui_internal:2894",
|
||||
"ImGuiTableColumnSortSpecs": "imgui:2249",
|
||||
"ImGuiTableFlags_": "imgui:1190",
|
||||
"ImGuiTableInstanceData": "imgui_internal:2747",
|
||||
"ImGuiTableRowFlags_": "imgui:1278",
|
||||
"ImGuiTableSettings": "imgui_internal:2918",
|
||||
"ImGuiTableSortSpecs": "imgui:2263",
|
||||
"ImGuiTableTempData": "imgui_internal:2873",
|
||||
"ImGuiTextBuffer": "imgui:2321",
|
||||
"ImGuiTextFilter": "imgui:2294",
|
||||
"ImGuiTextFlags_": "imgui_internal:931",
|
||||
"ImGuiTextIndex": "imgui_internal:729",
|
||||
"ImGuiTextRange": "imgui:2304",
|
||||
"ImGuiTooltipFlags_": "imgui_internal:937",
|
||||
"ImGuiTreeNodeFlagsPrivate_": "imgui_internal:918",
|
||||
"ImGuiTreeNodeFlags_": "imgui:1069",
|
||||
"ImGuiViewport": "imgui:3047",
|
||||
"ImGuiViewportFlags_": "imgui:3022",
|
||||
"ImGuiViewportP": "imgui_internal:1727",
|
||||
"ImGuiWindow": "imgui_internal:2444",
|
||||
"ImGuiWindowClass": "imgui:2212",
|
||||
"ImGuiWindowDockStyle": "imgui_internal:1705",
|
||||
"ImGuiWindowDockStyleCol": "imgui_internal:1694",
|
||||
"ImGuiWindowFlags_": "imgui:996",
|
||||
"ImGuiWindowSettings": "imgui_internal:1772",
|
||||
"ImGuiWindowStackData": "imgui_internal:1214",
|
||||
"ImGuiWindowTempData": "imgui_internal:2396",
|
||||
"ImRect": "imgui_internal:528",
|
||||
"ImVec1": "imgui_internal:510",
|
||||
"ImVec2": "imgui:259",
|
||||
"ImVec2ih": "imgui_internal:516",
|
||||
"ImVec2ih": "imgui_internal:518",
|
||||
"ImVec4": "imgui:272",
|
||||
"STB_TexteditState": "imstb_textedit:320",
|
||||
"StbTexteditRow": "imstb_textedit:367",
|
||||
@@ -4971,8 +4986,16 @@
|
||||
"type": "ImWchar"
|
||||
},
|
||||
{
|
||||
"name": "DotChar",
|
||||
"type": "ImWchar"
|
||||
"name": "EllipsisCharCount",
|
||||
"type": "short"
|
||||
},
|
||||
{
|
||||
"name": "EllipsisWidth",
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "EllipsisCharStep",
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "DirtyLookupTables",
|
||||
@@ -6085,15 +6108,23 @@
|
||||
"type": "ImGuiColorEditFlags"
|
||||
},
|
||||
{
|
||||
"name": "ColorEditLastHue",
|
||||
"name": "ColorEditCurrentID",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "ColorEditSavedID",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "ColorEditSavedHue",
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "ColorEditLastSat",
|
||||
"name": "ColorEditSavedSat",
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "ColorEditLastColor",
|
||||
"name": "ColorEditSavedColor",
|
||||
"type": "ImU32"
|
||||
},
|
||||
{
|
||||
@@ -7483,6 +7514,10 @@
|
||||
"name": "ShowDrawCmdBoundingBoxes",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "ShowAtlasTintedWithTextColor",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "ShowDockingNodes",
|
||||
"type": "bool"
|
||||
@@ -8253,6 +8288,18 @@
|
||||
"name": "SelectableTextAlign",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "SeparatorTextBorderSize",
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "SeparatorTextAlign",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "SeparatorTextPadding",
|
||||
"type": "ImVec2"
|
||||
},
|
||||
{
|
||||
"name": "DisplayWindowPadding",
|
||||
"type": "ImVec2"
|
||||
@@ -8516,19 +8563,15 @@
|
||||
},
|
||||
{
|
||||
"name": "EnabledMaskByDisplayOrder",
|
||||
"type": "ImU64"
|
||||
"type": "ImBitArrayPtr"
|
||||
},
|
||||
{
|
||||
"name": "EnabledMaskByIndex",
|
||||
"type": "ImU64"
|
||||
"type": "ImBitArrayPtr"
|
||||
},
|
||||
{
|
||||
"name": "VisibleMaskByIndex",
|
||||
"type": "ImU64"
|
||||
},
|
||||
{
|
||||
"name": "RequestOutputMaskByIndex",
|
||||
"type": "ImU64"
|
||||
"type": "ImBitArrayPtr"
|
||||
},
|
||||
{
|
||||
"name": "SettingsLoadedFlags",
|
||||
@@ -9152,6 +9195,10 @@
|
||||
}
|
||||
],
|
||||
"ImGuiTableInstanceData": [
|
||||
{
|
||||
"name": "TableInstanceID",
|
||||
"type": "ImGuiID"
|
||||
},
|
||||
{
|
||||
"name": "LastOuterHeight",
|
||||
"type": "float"
|
||||
@@ -10020,6 +10067,10 @@
|
||||
{
|
||||
"name": "WantApply",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "WantDelete",
|
||||
"type": "bool"
|
||||
}
|
||||
],
|
||||
"ImGuiWindowStackData": [
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"ImBitArrayForNamedKeys": "ImBitArray<ImGuiKey_NamedKey_COUNT,-ImGuiKey_NamedKey_BEGIN>",
|
||||
"ImBitArrayPtr": "ImU32*",
|
||||
"ImBitVector": "struct ImBitVector",
|
||||
"ImColor": "struct ImColor",
|
||||
"ImDrawCallback": "void(*)(const ImDrawList* parent_list,const ImDrawCmd* cmd);",
|
||||
@@ -132,11 +133,11 @@
|
||||
"ImGuiTableCellData": "struct ImGuiTableCellData",
|
||||
"ImGuiTableColumn": "struct ImGuiTableColumn",
|
||||
"ImGuiTableColumnFlags": "int",
|
||||
"ImGuiTableColumnIdx": "ImS8",
|
||||
"ImGuiTableColumnIdx": "ImS16",
|
||||
"ImGuiTableColumnSettings": "struct ImGuiTableColumnSettings",
|
||||
"ImGuiTableColumnSortSpecs": "struct ImGuiTableColumnSortSpecs",
|
||||
"ImGuiTableColumnsSettings": "struct ImGuiTableColumnsSettings",
|
||||
"ImGuiTableDrawChannelIdx": "ImU8",
|
||||
"ImGuiTableDrawChannelIdx": "ImU16",
|
||||
"ImGuiTableFlags": "int",
|
||||
"ImGuiTableInstanceData": "struct ImGuiTableInstanceData",
|
||||
"ImGuiTableRowFlags": "int",
|
||||
|
@@ -1,5 +1,6 @@
|
||||
local defs = {}
|
||||
defs["ImBitArrayForNamedKeys"] = "ImBitArray<ImGuiKey_NamedKey_COUNT,-ImGuiKey_NamedKey_BEGIN>"
|
||||
defs["ImBitArrayPtr"] = "ImU32*"
|
||||
defs["ImBitVector"] = "struct ImBitVector"
|
||||
defs["ImColor"] = "struct ImColor"
|
||||
defs["ImDrawCallback"] = "void(*)(const ImDrawList* parent_list,const ImDrawCmd* cmd);"
|
||||
@@ -132,11 +133,11 @@ defs["ImGuiTableBgTarget"] = "int"
|
||||
defs["ImGuiTableCellData"] = "struct ImGuiTableCellData"
|
||||
defs["ImGuiTableColumn"] = "struct ImGuiTableColumn"
|
||||
defs["ImGuiTableColumnFlags"] = "int"
|
||||
defs["ImGuiTableColumnIdx"] = "ImS8"
|
||||
defs["ImGuiTableColumnIdx"] = "ImS16"
|
||||
defs["ImGuiTableColumnSettings"] = "struct ImGuiTableColumnSettings"
|
||||
defs["ImGuiTableColumnSortSpecs"] = "struct ImGuiTableColumnSortSpecs"
|
||||
defs["ImGuiTableColumnsSettings"] = "struct ImGuiTableColumnsSettings"
|
||||
defs["ImGuiTableDrawChannelIdx"] = "ImU8"
|
||||
defs["ImGuiTableDrawChannelIdx"] = "ImU16"
|
||||
defs["ImGuiTableFlags"] = "int"
|
||||
defs["ImGuiTableInstanceData"] = "struct ImGuiTableInstanceData"
|
||||
defs["ImGuiTableRowFlags"] = "int"
|
||||
|
Reference in New Issue
Block a user