2020-04-13 10:16:11 +02:00
|
|
|
{
|
|
|
|
"ImGui_ImplGlfw_CharCallback": [
|
|
|
|
{
|
|
|
|
"args": "(GLFWwindow* window,unsigned int c)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "GLFWwindow*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "c",
|
|
|
|
"type": "unsigned int"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(GLFWwindow* window,unsigned int c)",
|
|
|
|
"call_args": "(window,c)",
|
|
|
|
"cimguiname": "ImGui_ImplGlfw_CharCallback",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplGlfw_CharCallback",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_glfw:61",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_CharCallback",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "(GLFWwindow*,unsigned int)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2021-08-22 12:12:19 +02:00
|
|
|
"ImGui_ImplGlfw_CursorEnterCallback": [
|
|
|
|
{
|
|
|
|
"args": "(GLFWwindow* window,int entered)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "GLFWwindow*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "entered",
|
|
|
|
"type": "int"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(GLFWwindow* window,int entered)",
|
|
|
|
"call_args": "(window,entered)",
|
|
|
|
"cimguiname": "ImGui_ImplGlfw_CursorEnterCallback",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplGlfw_CursorEnterCallback",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_glfw:56",
|
2021-08-22 12:12:19 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_CursorEnterCallback",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "(GLFWwindow*,int)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2022-02-07 18:56:16 +01:00
|
|
|
"ImGui_ImplGlfw_CursorPosCallback": [
|
|
|
|
{
|
|
|
|
"args": "(GLFWwindow* window,double x,double y)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "GLFWwindow*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "x",
|
|
|
|
"type": "double"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "y",
|
|
|
|
"type": "double"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(GLFWwindow* window,double x,double y)",
|
|
|
|
"call_args": "(window,x,y)",
|
|
|
|
"cimguiname": "ImGui_ImplGlfw_CursorPosCallback",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplGlfw_CursorPosCallback",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_glfw:57",
|
2022-02-07 18:56:16 +01:00
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_CursorPosCallback",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "(GLFWwindow*,double,double)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2020-04-13 10:16:11 +02:00
|
|
|
"ImGui_ImplGlfw_InitForOpenGL": [
|
|
|
|
{
|
|
|
|
"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_InitForOpenGL",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplGlfw_InitForOpenGL",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_glfw:32",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_InitForOpenGL",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(GLFWwindow*,bool)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2021-02-11 10:31:31 +01:00
|
|
|
"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",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_glfw:34",
|
2021-02-11 10:31:31 +01:00
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_InitForOther",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(GLFWwindow*,bool)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2020-04-13 10:16:11 +02:00
|
|
|
"ImGui_ImplGlfw_InitForVulkan": [
|
|
|
|
{
|
|
|
|
"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_InitForVulkan",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplGlfw_InitForVulkan",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_glfw:33",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_InitForVulkan",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(GLFWwindow*,bool)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2022-02-07 18:56:16 +01:00
|
|
|
"ImGui_ImplGlfw_InstallCallbacks": [
|
|
|
|
{
|
|
|
|
"args": "(GLFWwindow* window)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "GLFWwindow*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(GLFWwindow* window)",
|
|
|
|
"call_args": "(window)",
|
|
|
|
"cimguiname": "ImGui_ImplGlfw_InstallCallbacks",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplGlfw_InstallCallbacks",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_glfw:47",
|
2022-02-07 18:56:16 +01:00
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_InstallCallbacks",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "(GLFWwindow*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2020-04-13 10:16:11 +02:00
|
|
|
"ImGui_ImplGlfw_KeyCallback": [
|
|
|
|
{
|
|
|
|
"args": "(GLFWwindow* window,int key,int scancode,int action,int mods)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "GLFWwindow*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "key",
|
|
|
|
"type": "int"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "scancode",
|
|
|
|
"type": "int"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "action",
|
|
|
|
"type": "int"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "mods",
|
|
|
|
"type": "int"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(GLFWwindow* window,int key,int scancode,int action,int mods)",
|
|
|
|
"call_args": "(window,key,scancode,action,mods)",
|
|
|
|
"cimguiname": "ImGui_ImplGlfw_KeyCallback",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplGlfw_KeyCallback",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_glfw:60",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_KeyCallback",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "(GLFWwindow*,int,int,int,int)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2021-08-22 12:12:19 +02:00
|
|
|
"ImGui_ImplGlfw_MonitorCallback": [
|
|
|
|
{
|
|
|
|
"args": "(GLFWmonitor* monitor,int event)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "monitor",
|
|
|
|
"type": "GLFWmonitor*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "event",
|
|
|
|
"type": "int"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(GLFWmonitor* monitor,int event)",
|
|
|
|
"call_args": "(monitor,event)",
|
|
|
|
"cimguiname": "ImGui_ImplGlfw_MonitorCallback",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplGlfw_MonitorCallback",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_glfw:62",
|
2021-08-22 12:12:19 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_MonitorCallback",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "(GLFWmonitor*,int)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2020-04-13 10:16:11 +02:00
|
|
|
"ImGui_ImplGlfw_MouseButtonCallback": [
|
|
|
|
{
|
|
|
|
"args": "(GLFWwindow* window,int button,int action,int mods)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "GLFWwindow*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "button",
|
|
|
|
"type": "int"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "action",
|
|
|
|
"type": "int"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "mods",
|
|
|
|
"type": "int"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(GLFWwindow* window,int button,int action,int mods)",
|
|
|
|
"call_args": "(window,button,action,mods)",
|
|
|
|
"cimguiname": "ImGui_ImplGlfw_MouseButtonCallback",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplGlfw_MouseButtonCallback",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_glfw:58",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_MouseButtonCallback",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "(GLFWwindow*,int,int,int)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplGlfw_NewFrame": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplGlfw_NewFrame",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplGlfw_NewFrame",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_glfw:36",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_NewFrame",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2022-02-07 18:56:16 +01:00
|
|
|
"ImGui_ImplGlfw_RestoreCallbacks": [
|
|
|
|
{
|
|
|
|
"args": "(GLFWwindow* window)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "GLFWwindow*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(GLFWwindow* window)",
|
|
|
|
"call_args": "(window)",
|
|
|
|
"cimguiname": "ImGui_ImplGlfw_RestoreCallbacks",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplGlfw_RestoreCallbacks",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_glfw:48",
|
2022-02-07 18:56:16 +01:00
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_RestoreCallbacks",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "(GLFWwindow*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2020-04-13 10:16:11 +02:00
|
|
|
"ImGui_ImplGlfw_ScrollCallback": [
|
|
|
|
{
|
|
|
|
"args": "(GLFWwindow* window,double xoffset,double yoffset)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "GLFWwindow*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "xoffset",
|
|
|
|
"type": "double"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "yoffset",
|
|
|
|
"type": "double"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(GLFWwindow* window,double xoffset,double yoffset)",
|
|
|
|
"call_args": "(window,xoffset,yoffset)",
|
|
|
|
"cimguiname": "ImGui_ImplGlfw_ScrollCallback",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplGlfw_ScrollCallback",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_glfw:59",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_ScrollCallback",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "(GLFWwindow*,double,double)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2023-02-15 09:55:35 +01:00
|
|
|
"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",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_glfw:52",
|
2023-02-15 09:55:35 +01:00
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_SetCallbacksChainForAllWindows",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "(bool)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2020-04-13 10:16:11 +02:00
|
|
|
"ImGui_ImplGlfw_Shutdown": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplGlfw_Shutdown",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplGlfw_Shutdown",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_glfw:35",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_Shutdown",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2024-09-06 16:56:46 +02:00
|
|
|
"ImGui_ImplGlfw_Sleep": [
|
|
|
|
{
|
|
|
|
"args": "(int milliseconds)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "milliseconds",
|
|
|
|
"type": "int"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(int milliseconds)",
|
|
|
|
"call_args": "(milliseconds)",
|
|
|
|
"cimguiname": "ImGui_ImplGlfw_Sleep",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplGlfw_Sleep",
|
|
|
|
"location": "imgui_impl_glfw:65",
|
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_Sleep",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "(int)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2021-08-22 12:12:19 +02:00
|
|
|
"ImGui_ImplGlfw_WindowFocusCallback": [
|
|
|
|
{
|
|
|
|
"args": "(GLFWwindow* window,int focused)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "GLFWwindow*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "focused",
|
|
|
|
"type": "int"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(GLFWwindow* window,int focused)",
|
|
|
|
"call_args": "(window,focused)",
|
|
|
|
"cimguiname": "ImGui_ImplGlfw_WindowFocusCallback",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplGlfw_WindowFocusCallback",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_glfw:55",
|
2021-08-22 12:12:19 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplGlfw_WindowFocusCallback",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "(GLFWwindow*,int)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2020-04-13 10:16:11 +02:00
|
|
|
"ImGui_ImplOpenGL2_CreateDeviceObjects": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplOpenGL2_CreateDeviceObjects",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplOpenGL2_CreateDeviceObjects",
|
2024-12-12 13:13:36 +01:00
|
|
|
"location": "imgui_impl_opengl2:39",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplOpenGL2_CreateDeviceObjects",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplOpenGL2_CreateFontsTexture": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplOpenGL2_CreateFontsTexture",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplOpenGL2_CreateFontsTexture",
|
2024-12-12 13:13:36 +01:00
|
|
|
"location": "imgui_impl_opengl2:37",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplOpenGL2_CreateFontsTexture",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplOpenGL2_DestroyDeviceObjects": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplOpenGL2_DestroyDeviceObjects",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplOpenGL2_DestroyDeviceObjects",
|
2024-12-12 13:13:36 +01:00
|
|
|
"location": "imgui_impl_opengl2:40",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplOpenGL2_DestroyDeviceObjects",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplOpenGL2_DestroyFontsTexture": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplOpenGL2_DestroyFontsTexture",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplOpenGL2_DestroyFontsTexture",
|
2024-12-12 13:13:36 +01:00
|
|
|
"location": "imgui_impl_opengl2:38",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplOpenGL2_DestroyFontsTexture",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplOpenGL2_Init": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplOpenGL2_Init",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplOpenGL2_Init",
|
2024-12-12 13:13:36 +01:00
|
|
|
"location": "imgui_impl_opengl2:31",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplOpenGL2_Init",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplOpenGL2_NewFrame": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplOpenGL2_NewFrame",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplOpenGL2_NewFrame",
|
2024-12-12 13:13:36 +01:00
|
|
|
"location": "imgui_impl_opengl2:33",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplOpenGL2_NewFrame",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplOpenGL2_RenderDrawData": [
|
|
|
|
{
|
|
|
|
"args": "(ImDrawData* draw_data)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "draw_data",
|
|
|
|
"type": "ImDrawData*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(ImDrawData* draw_data)",
|
|
|
|
"call_args": "(draw_data)",
|
|
|
|
"cimguiname": "ImGui_ImplOpenGL2_RenderDrawData",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplOpenGL2_RenderDrawData",
|
2024-12-12 13:13:36 +01:00
|
|
|
"location": "imgui_impl_opengl2:34",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplOpenGL2_RenderDrawData",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "(ImDrawData*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplOpenGL2_Shutdown": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplOpenGL2_Shutdown",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplOpenGL2_Shutdown",
|
2024-12-12 13:13:36 +01:00
|
|
|
"location": "imgui_impl_opengl2:32",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplOpenGL2_Shutdown",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplOpenGL3_CreateDeviceObjects": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplOpenGL3_CreateDeviceObjects",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplOpenGL3_CreateDeviceObjects",
|
2023-11-17 11:00:07 +01:00
|
|
|
"location": "imgui_impl_opengl3:42",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplOpenGL3_CreateDeviceObjects",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplOpenGL3_CreateFontsTexture": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplOpenGL3_CreateFontsTexture",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplOpenGL3_CreateFontsTexture",
|
2023-11-17 11:00:07 +01:00
|
|
|
"location": "imgui_impl_opengl3:40",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplOpenGL3_CreateFontsTexture",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplOpenGL3_DestroyDeviceObjects": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplOpenGL3_DestroyDeviceObjects",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplOpenGL3_DestroyDeviceObjects",
|
2023-11-17 11:00:07 +01:00
|
|
|
"location": "imgui_impl_opengl3:43",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplOpenGL3_DestroyDeviceObjects",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplOpenGL3_DestroyFontsTexture": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplOpenGL3_DestroyFontsTexture",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplOpenGL3_DestroyFontsTexture",
|
2023-11-17 11:00:07 +01:00
|
|
|
"location": "imgui_impl_opengl3:41",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplOpenGL3_DestroyFontsTexture",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplOpenGL3_Init": [
|
|
|
|
{
|
|
|
|
"args": "(const char* glsl_version)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "glsl_version",
|
|
|
|
"type": "const char*"
|
|
|
|
}
|
|
|
|
],
|
2022-11-15 17:38:24 +01:00
|
|
|
"argsoriginal": "(const char* glsl_version=nullptr)",
|
2020-04-13 10:16:11 +02:00
|
|
|
"call_args": "(glsl_version)",
|
|
|
|
"cimguiname": "ImGui_ImplOpenGL3_Init",
|
|
|
|
"defaults": {
|
2022-11-15 17:38:24 +01:00
|
|
|
"glsl_version": "nullptr"
|
2020-04-13 10:16:11 +02:00
|
|
|
},
|
|
|
|
"funcname": "ImGui_ImplOpenGL3_Init",
|
2023-11-17 11:00:07 +01:00
|
|
|
"location": "imgui_impl_opengl3:34",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplOpenGL3_Init",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(const char*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplOpenGL3_NewFrame": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplOpenGL3_NewFrame",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplOpenGL3_NewFrame",
|
2023-11-17 11:00:07 +01:00
|
|
|
"location": "imgui_impl_opengl3:36",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplOpenGL3_NewFrame",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplOpenGL3_RenderDrawData": [
|
|
|
|
{
|
|
|
|
"args": "(ImDrawData* draw_data)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "draw_data",
|
|
|
|
"type": "ImDrawData*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(ImDrawData* draw_data)",
|
|
|
|
"call_args": "(draw_data)",
|
|
|
|
"cimguiname": "ImGui_ImplOpenGL3_RenderDrawData",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplOpenGL3_RenderDrawData",
|
2023-11-17 11:00:07 +01:00
|
|
|
"location": "imgui_impl_opengl3:37",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplOpenGL3_RenderDrawData",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "(ImDrawData*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplOpenGL3_Shutdown": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplOpenGL3_Shutdown",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplOpenGL3_Shutdown",
|
2023-11-17 11:00:07 +01:00
|
|
|
"location": "imgui_impl_opengl3:35",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplOpenGL3_Shutdown",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplSDL2_InitForD3D": [
|
|
|
|
{
|
|
|
|
"args": "(SDL_Window* window)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "SDL_Window*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(SDL_Window* window)",
|
|
|
|
"call_args": "(window)",
|
|
|
|
"cimguiname": "ImGui_ImplSDL2_InitForD3D",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplSDL2_InitForD3D",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_sdl2:37",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplSDL2_InitForD3D",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(SDL_Window*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplSDL2_InitForMetal": [
|
|
|
|
{
|
|
|
|
"args": "(SDL_Window* window)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "SDL_Window*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(SDL_Window* window)",
|
|
|
|
"call_args": "(window)",
|
|
|
|
"cimguiname": "ImGui_ImplSDL2_InitForMetal",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplSDL2_InitForMetal",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_sdl2:38",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplSDL2_InitForMetal",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(SDL_Window*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplSDL2_InitForOpenGL": [
|
|
|
|
{
|
|
|
|
"args": "(SDL_Window* window,void* sdl_gl_context)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "SDL_Window*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sdl_gl_context",
|
|
|
|
"type": "void*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(SDL_Window* window,void* sdl_gl_context)",
|
|
|
|
"call_args": "(window,sdl_gl_context)",
|
|
|
|
"cimguiname": "ImGui_ImplSDL2_InitForOpenGL",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplSDL2_InitForOpenGL",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_sdl2:35",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplSDL2_InitForOpenGL",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(SDL_Window*,void*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2023-09-04 18:53:07 +02:00
|
|
|
"ImGui_ImplSDL2_InitForOther": [
|
|
|
|
{
|
|
|
|
"args": "(SDL_Window* window)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "SDL_Window*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(SDL_Window* window)",
|
|
|
|
"call_args": "(window)",
|
|
|
|
"cimguiname": "ImGui_ImplSDL2_InitForOther",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplSDL2_InitForOther",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_sdl2:40",
|
2023-09-04 18:53:07 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplSDL2_InitForOther",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(SDL_Window*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2021-10-18 18:14:44 +02:00
|
|
|
"ImGui_ImplSDL2_InitForSDLRenderer": [
|
|
|
|
{
|
2022-02-07 18:56:16 +01:00
|
|
|
"args": "(SDL_Window* window,SDL_Renderer* renderer)",
|
2021-10-18 18:14:44 +02:00
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "SDL_Window*"
|
2022-02-07 18:56:16 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "renderer",
|
|
|
|
"type": "SDL_Renderer*"
|
2021-10-18 18:14:44 +02:00
|
|
|
}
|
|
|
|
],
|
2022-02-07 18:56:16 +01:00
|
|
|
"argsoriginal": "(SDL_Window* window,SDL_Renderer* renderer)",
|
|
|
|
"call_args": "(window,renderer)",
|
2021-10-18 18:14:44 +02:00
|
|
|
"cimguiname": "ImGui_ImplSDL2_InitForSDLRenderer",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplSDL2_InitForSDLRenderer",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_sdl2:39",
|
2021-10-18 18:14:44 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplSDL2_InitForSDLRenderer",
|
|
|
|
"ret": "bool",
|
2022-02-07 18:56:16 +01:00
|
|
|
"signature": "(SDL_Window*,SDL_Renderer*)",
|
2021-10-18 18:14:44 +02:00
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2020-04-13 10:16:11 +02:00
|
|
|
"ImGui_ImplSDL2_InitForVulkan": [
|
|
|
|
{
|
|
|
|
"args": "(SDL_Window* window)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "SDL_Window*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(SDL_Window* window)",
|
|
|
|
"call_args": "(window)",
|
|
|
|
"cimguiname": "ImGui_ImplSDL2_InitForVulkan",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplSDL2_InitForVulkan",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_sdl2:36",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplSDL2_InitForVulkan",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(SDL_Window*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplSDL2_NewFrame": [
|
|
|
|
{
|
2021-08-22 12:12:19 +02:00
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
2020-04-13 10:16:11 +02:00
|
|
|
"cimguiname": "ImGui_ImplSDL2_NewFrame",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplSDL2_NewFrame",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_sdl2:42",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplSDL2_NewFrame",
|
|
|
|
"ret": "void",
|
2021-08-22 12:12:19 +02:00
|
|
|
"signature": "()",
|
2020-04-13 10:16:11 +02:00
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplSDL2_ProcessEvent": [
|
|
|
|
{
|
|
|
|
"args": "(const SDL_Event* event)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "event",
|
|
|
|
"type": "const SDL_Event*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(const SDL_Event* event)",
|
|
|
|
"call_args": "(event)",
|
|
|
|
"cimguiname": "ImGui_ImplSDL2_ProcessEvent",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplSDL2_ProcessEvent",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_sdl2:43",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplSDL2_ProcessEvent",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(const SDL_Event*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2024-02-16 11:31:30 +01:00
|
|
|
"ImGui_ImplSDL2_SetGamepadMode": [
|
|
|
|
{
|
|
|
|
"args": "(ImGui_ImplSDL2_GamepadMode mode,struct _SDL_GameController** manual_gamepads_array,int manual_gamepads_count)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "mode",
|
|
|
|
"type": "ImGui_ImplSDL2_GamepadMode"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "manual_gamepads_array",
|
|
|
|
"type": "struct _SDL_GameController**"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "manual_gamepads_count",
|
|
|
|
"type": "int"
|
|
|
|
}
|
|
|
|
],
|
2024-12-12 13:13:36 +01:00
|
|
|
"argsoriginal": "(ImGui_ImplSDL2_GamepadMode mode,struct _SDL_GameController** manual_gamepads_array=nullptr,int manual_gamepads_count=-1)",
|
2024-02-16 11:31:30 +01:00
|
|
|
"call_args": "(mode,manual_gamepads_array,manual_gamepads_count)",
|
|
|
|
"cimguiname": "ImGui_ImplSDL2_SetGamepadMode",
|
|
|
|
"defaults": {
|
2024-12-12 13:13:36 +01:00
|
|
|
"manual_gamepads_array": "nullptr",
|
2024-02-16 11:31:30 +01:00
|
|
|
"manual_gamepads_count": "-1"
|
|
|
|
},
|
|
|
|
"funcname": "ImGui_ImplSDL2_SetGamepadMode",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_sdl2:48",
|
2024-02-16 11:31:30 +01:00
|
|
|
"ov_cimguiname": "ImGui_ImplSDL2_SetGamepadMode",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "(ImGui_ImplSDL2_GamepadMode,struct _SDL_GameController**,int)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2020-04-13 10:16:11 +02:00
|
|
|
"ImGui_ImplSDL2_Shutdown": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplSDL2_Shutdown",
|
2020-10-07 09:59:41 +02:00
|
|
|
"defaults": {},
|
2020-04-13 10:16:11 +02:00
|
|
|
"funcname": "ImGui_ImplSDL2_Shutdown",
|
2024-07-31 11:23:21 +02:00
|
|
|
"location": "imgui_impl_sdl2:41",
|
2020-04-13 10:16:11 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplSDL2_Shutdown",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
2024-10-12 11:52:55 +02:00
|
|
|
],
|
|
|
|
"ImGui_ImplSDL3_InitForD3D": [
|
|
|
|
{
|
|
|
|
"args": "(SDL_Window* window)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "SDL_Window*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(SDL_Window* window)",
|
|
|
|
"call_args": "(window)",
|
|
|
|
"cimguiname": "ImGui_ImplSDL3_InitForD3D",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplSDL3_InitForD3D",
|
|
|
|
"location": "imgui_impl_sdl3:38",
|
|
|
|
"ov_cimguiname": "ImGui_ImplSDL3_InitForD3D",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(SDL_Window*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplSDL3_InitForMetal": [
|
|
|
|
{
|
|
|
|
"args": "(SDL_Window* window)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "SDL_Window*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(SDL_Window* window)",
|
|
|
|
"call_args": "(window)",
|
|
|
|
"cimguiname": "ImGui_ImplSDL3_InitForMetal",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplSDL3_InitForMetal",
|
|
|
|
"location": "imgui_impl_sdl3:39",
|
|
|
|
"ov_cimguiname": "ImGui_ImplSDL3_InitForMetal",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(SDL_Window*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplSDL3_InitForOpenGL": [
|
|
|
|
{
|
|
|
|
"args": "(SDL_Window* window,void* sdl_gl_context)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "SDL_Window*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sdl_gl_context",
|
|
|
|
"type": "void*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(SDL_Window* window,void* sdl_gl_context)",
|
|
|
|
"call_args": "(window,sdl_gl_context)",
|
|
|
|
"cimguiname": "ImGui_ImplSDL3_InitForOpenGL",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplSDL3_InitForOpenGL",
|
|
|
|
"location": "imgui_impl_sdl3:36",
|
|
|
|
"ov_cimguiname": "ImGui_ImplSDL3_InitForOpenGL",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(SDL_Window*,void*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplSDL3_InitForOther": [
|
|
|
|
{
|
|
|
|
"args": "(SDL_Window* window)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "SDL_Window*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(SDL_Window* window)",
|
|
|
|
"call_args": "(window)",
|
|
|
|
"cimguiname": "ImGui_ImplSDL3_InitForOther",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplSDL3_InitForOther",
|
2025-01-21 15:59:46 +01:00
|
|
|
"location": "imgui_impl_sdl3:42",
|
2024-10-12 11:52:55 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplSDL3_InitForOther",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(SDL_Window*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2025-01-21 15:59:46 +01:00
|
|
|
"ImGui_ImplSDL3_InitForSDLGPU": [
|
|
|
|
{
|
|
|
|
"args": "(SDL_Window* window)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "SDL_Window*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(SDL_Window* window)",
|
|
|
|
"call_args": "(window)",
|
|
|
|
"cimguiname": "ImGui_ImplSDL3_InitForSDLGPU",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplSDL3_InitForSDLGPU",
|
|
|
|
"location": "imgui_impl_sdl3:41",
|
|
|
|
"ov_cimguiname": "ImGui_ImplSDL3_InitForSDLGPU",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(SDL_Window*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
2024-10-12 11:52:55 +02:00
|
|
|
"ImGui_ImplSDL3_InitForSDLRenderer": [
|
|
|
|
{
|
|
|
|
"args": "(SDL_Window* window,SDL_Renderer* renderer)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "SDL_Window*"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "renderer",
|
|
|
|
"type": "SDL_Renderer*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(SDL_Window* window,SDL_Renderer* renderer)",
|
|
|
|
"call_args": "(window,renderer)",
|
|
|
|
"cimguiname": "ImGui_ImplSDL3_InitForSDLRenderer",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplSDL3_InitForSDLRenderer",
|
|
|
|
"location": "imgui_impl_sdl3:40",
|
|
|
|
"ov_cimguiname": "ImGui_ImplSDL3_InitForSDLRenderer",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(SDL_Window*,SDL_Renderer*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplSDL3_InitForVulkan": [
|
|
|
|
{
|
|
|
|
"args": "(SDL_Window* window)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "window",
|
|
|
|
"type": "SDL_Window*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(SDL_Window* window)",
|
|
|
|
"call_args": "(window)",
|
|
|
|
"cimguiname": "ImGui_ImplSDL3_InitForVulkan",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplSDL3_InitForVulkan",
|
|
|
|
"location": "imgui_impl_sdl3:37",
|
|
|
|
"ov_cimguiname": "ImGui_ImplSDL3_InitForVulkan",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(SDL_Window*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplSDL3_NewFrame": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplSDL3_NewFrame",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplSDL3_NewFrame",
|
2025-01-21 15:59:46 +01:00
|
|
|
"location": "imgui_impl_sdl3:44",
|
2024-10-12 11:52:55 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplSDL3_NewFrame",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplSDL3_ProcessEvent": [
|
|
|
|
{
|
|
|
|
"args": "(const SDL_Event* event)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "event",
|
|
|
|
"type": "const SDL_Event*"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"argsoriginal": "(const SDL_Event* event)",
|
|
|
|
"call_args": "(event)",
|
|
|
|
"cimguiname": "ImGui_ImplSDL3_ProcessEvent",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplSDL3_ProcessEvent",
|
2025-01-21 15:59:46 +01:00
|
|
|
"location": "imgui_impl_sdl3:45",
|
2024-10-12 11:52:55 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplSDL3_ProcessEvent",
|
|
|
|
"ret": "bool",
|
|
|
|
"signature": "(const SDL_Event*)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplSDL3_SetGamepadMode": [
|
|
|
|
{
|
|
|
|
"args": "(ImGui_ImplSDL3_GamepadMode mode,SDL_Gamepad** manual_gamepads_array,int manual_gamepads_count)",
|
|
|
|
"argsT": [
|
|
|
|
{
|
|
|
|
"name": "mode",
|
|
|
|
"type": "ImGui_ImplSDL3_GamepadMode"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "manual_gamepads_array",
|
|
|
|
"type": "SDL_Gamepad**"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "manual_gamepads_count",
|
|
|
|
"type": "int"
|
|
|
|
}
|
|
|
|
],
|
2024-12-12 13:13:36 +01:00
|
|
|
"argsoriginal": "(ImGui_ImplSDL3_GamepadMode mode,SDL_Gamepad** manual_gamepads_array=nullptr,int manual_gamepads_count=-1)",
|
2024-10-12 11:52:55 +02:00
|
|
|
"call_args": "(mode,manual_gamepads_array,manual_gamepads_count)",
|
|
|
|
"cimguiname": "ImGui_ImplSDL3_SetGamepadMode",
|
|
|
|
"defaults": {
|
2024-12-12 13:13:36 +01:00
|
|
|
"manual_gamepads_array": "nullptr",
|
2024-10-12 11:52:55 +02:00
|
|
|
"manual_gamepads_count": "-1"
|
|
|
|
},
|
|
|
|
"funcname": "ImGui_ImplSDL3_SetGamepadMode",
|
2025-01-21 15:59:46 +01:00
|
|
|
"location": "imgui_impl_sdl3:50",
|
2024-10-12 11:52:55 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplSDL3_SetGamepadMode",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "(ImGui_ImplSDL3_GamepadMode,SDL_Gamepad**,int)",
|
|
|
|
"stname": ""
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ImGui_ImplSDL3_Shutdown": [
|
|
|
|
{
|
|
|
|
"args": "()",
|
|
|
|
"argsT": [],
|
|
|
|
"argsoriginal": "()",
|
|
|
|
"call_args": "()",
|
|
|
|
"cimguiname": "ImGui_ImplSDL3_Shutdown",
|
|
|
|
"defaults": {},
|
|
|
|
"funcname": "ImGui_ImplSDL3_Shutdown",
|
2025-01-21 15:59:46 +01:00
|
|
|
"location": "imgui_impl_sdl3:43",
|
2024-10-12 11:52:55 +02:00
|
|
|
"ov_cimguiname": "ImGui_ImplSDL3_Shutdown",
|
|
|
|
"ret": "void",
|
|
|
|
"signature": "()",
|
|
|
|
"stname": ""
|
|
|
|
}
|
2020-04-13 10:16:11 +02:00
|
|
|
]
|
|
|
|
}
|