mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
387 lines
11 KiB
JSON
387 lines
11 KiB
JSON
{"ImGui_ImplOpenGL3_NewFrame":[{"funcname":"ImGui_ImplOpenGL3_NewFrame",
|
|
"args":"()",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"()",
|
|
"argsoriginal":"()",
|
|
"stname":"",
|
|
"argsT":[],
|
|
"location":"imgui_impl_opengl3",
|
|
"defaults":[],
|
|
"signature":"()",
|
|
"cimguiname":"ImGui_ImplOpenGL3_NewFrame"}],
|
|
"ImGui_ImplSDL2_Shutdown":[{"funcname":"ImGui_ImplSDL2_Shutdown",
|
|
"args":"()",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"()",
|
|
"argsoriginal":"()",
|
|
"stname":"",
|
|
"argsT":[],
|
|
"location":"imgui_impl_sdl",
|
|
"defaults":[],
|
|
"signature":"()",
|
|
"cimguiname":"ImGui_ImplSDL2_Shutdown"}],
|
|
"ImGui_ImplGlfw_KeyCallback":[{"funcname":"ImGui_ImplGlfw_KeyCallback",
|
|
"args":"(GLFWwindow* window,int key,int scancode,int action,int mods)",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"(window,key,scancode,action,mods)",
|
|
"argsoriginal":"(GLFWwindow* window,int key,int scancode,int action,int mods)",
|
|
"stname":"",
|
|
"argsT":[{"type":"GLFWwindow*",
|
|
"name":"window"},
|
|
{"type":"int",
|
|
"name":"key"},
|
|
{"type":"int",
|
|
"name":"scancode"},
|
|
{"type":"int",
|
|
"name":"action"},
|
|
{"type":"int",
|
|
"name":"mods"}],
|
|
"location":"imgui_impl_glfw",
|
|
"defaults":[],
|
|
"signature":"(GLFWwindow*,int,int,int,int)",
|
|
"cimguiname":"ImGui_ImplGlfw_KeyCallback"}],
|
|
"ImGui_ImplGlfw_InitForVulkan":[{"funcname":"ImGui_ImplGlfw_InitForVulkan",
|
|
"args":"(GLFWwindow* window,bool install_callbacks)",
|
|
"ret":"bool",
|
|
"comment":"",
|
|
"call_args":"(window,install_callbacks)",
|
|
"argsoriginal":"(GLFWwindow* window,bool install_callbacks)",
|
|
"stname":"",
|
|
"argsT":[{"type":"GLFWwindow*",
|
|
"name":"window"},
|
|
{"type":"bool",
|
|
"name":"install_callbacks"}],
|
|
"location":"imgui_impl_glfw",
|
|
"defaults":[],
|
|
"signature":"(GLFWwindow*,bool)",
|
|
"cimguiname":"ImGui_ImplGlfw_InitForVulkan"}],
|
|
"ImGui_ImplSDL2_NewFrame":[{"funcname":"ImGui_ImplSDL2_NewFrame",
|
|
"args":"(SDL_Window* window)",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"(window)",
|
|
"argsoriginal":"(SDL_Window* window)",
|
|
"stname":"",
|
|
"argsT":[{"type":"SDL_Window*",
|
|
"name":"window"}],
|
|
"location":"imgui_impl_sdl",
|
|
"defaults":[],
|
|
"signature":"(SDL_Window*)",
|
|
"cimguiname":"ImGui_ImplSDL2_NewFrame"}],
|
|
"ImGui_ImplSDL2_InitForVulkan":[{"funcname":"ImGui_ImplSDL2_InitForVulkan",
|
|
"args":"(SDL_Window* window)",
|
|
"ret":"bool",
|
|
"comment":"",
|
|
"call_args":"(window)",
|
|
"argsoriginal":"(SDL_Window* window)",
|
|
"stname":"",
|
|
"argsT":[{"type":"SDL_Window*",
|
|
"name":"window"}],
|
|
"location":"imgui_impl_sdl",
|
|
"defaults":[],
|
|
"signature":"(SDL_Window*)",
|
|
"cimguiname":"ImGui_ImplSDL2_InitForVulkan"}],
|
|
"ImGui_ImplGlfw_ScrollCallback":[{"funcname":"ImGui_ImplGlfw_ScrollCallback",
|
|
"args":"(GLFWwindow* window,double xoffset,double yoffset)",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"(window,xoffset,yoffset)",
|
|
"argsoriginal":"(GLFWwindow* window,double xoffset,double yoffset)",
|
|
"stname":"",
|
|
"argsT":[{"type":"GLFWwindow*",
|
|
"name":"window"},
|
|
{"type":"double",
|
|
"name":"xoffset"},
|
|
{"type":"double",
|
|
"name":"yoffset"}],
|
|
"location":"imgui_impl_glfw",
|
|
"defaults":[],
|
|
"signature":"(GLFWwindow*,double,double)",
|
|
"cimguiname":"ImGui_ImplGlfw_ScrollCallback"}],
|
|
"ImGui_ImplOpenGL3_Init":[{"funcname":"ImGui_ImplOpenGL3_Init",
|
|
"args":"(const char* glsl_version)",
|
|
"ret":"bool",
|
|
"comment":"",
|
|
"call_args":"(glsl_version)",
|
|
"argsoriginal":"(const char* glsl_version=NULL)",
|
|
"stname":"",
|
|
"argsT":[{"type":"const char*",
|
|
"name":"glsl_version"}],
|
|
"location":"imgui_impl_opengl3",
|
|
"defaults":{"glsl_version":"NULL"},
|
|
"signature":"(const char*)",
|
|
"cimguiname":"ImGui_ImplOpenGL3_Init"}],
|
|
"ImGui_ImplSDL2_InitForOpenGL":[{"funcname":"ImGui_ImplSDL2_InitForOpenGL",
|
|
"args":"(SDL_Window* window,void* sdl_gl_context)",
|
|
"ret":"bool",
|
|
"comment":"",
|
|
"call_args":"(window,sdl_gl_context)",
|
|
"argsoriginal":"(SDL_Window* window,void* sdl_gl_context)",
|
|
"stname":"",
|
|
"argsT":[{"type":"SDL_Window*",
|
|
"name":"window"},
|
|
{"type":"void*",
|
|
"name":"sdl_gl_context"}],
|
|
"location":"imgui_impl_sdl",
|
|
"defaults":[],
|
|
"signature":"(SDL_Window*,void*)",
|
|
"cimguiname":"ImGui_ImplSDL2_InitForOpenGL"}],
|
|
"ImGui_ImplGlfw_InitForOpenGL":[{"funcname":"ImGui_ImplGlfw_InitForOpenGL",
|
|
"args":"(GLFWwindow* window,bool install_callbacks)",
|
|
"ret":"bool",
|
|
"comment":"",
|
|
"call_args":"(window,install_callbacks)",
|
|
"argsoriginal":"(GLFWwindow* window,bool install_callbacks)",
|
|
"stname":"",
|
|
"argsT":[{"type":"GLFWwindow*",
|
|
"name":"window"},
|
|
{"type":"bool",
|
|
"name":"install_callbacks"}],
|
|
"location":"imgui_impl_glfw",
|
|
"defaults":[],
|
|
"signature":"(GLFWwindow*,bool)",
|
|
"cimguiname":"ImGui_ImplGlfw_InitForOpenGL"}],
|
|
"ImGui_ImplOpenGL2_DestroyDeviceObjects":[{"funcname":"ImGui_ImplOpenGL2_DestroyDeviceObjects",
|
|
"args":"()",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"()",
|
|
"argsoriginal":"()",
|
|
"stname":"",
|
|
"argsT":[],
|
|
"location":"imgui_impl_opengl2",
|
|
"defaults":[],
|
|
"signature":"()",
|
|
"cimguiname":"ImGui_ImplOpenGL2_DestroyDeviceObjects"}],
|
|
"ImGui_ImplOpenGL2_DestroyFontsTexture":[{"funcname":"ImGui_ImplOpenGL2_DestroyFontsTexture",
|
|
"args":"()",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"()",
|
|
"argsoriginal":"()",
|
|
"stname":"",
|
|
"argsT":[],
|
|
"location":"imgui_impl_opengl2",
|
|
"defaults":[],
|
|
"signature":"()",
|
|
"cimguiname":"ImGui_ImplOpenGL2_DestroyFontsTexture"}],
|
|
"ImGui_ImplOpenGL2_CreateDeviceObjects":[{"funcname":"ImGui_ImplOpenGL2_CreateDeviceObjects",
|
|
"args":"()",
|
|
"ret":"bool",
|
|
"comment":"",
|
|
"call_args":"()",
|
|
"argsoriginal":"()",
|
|
"stname":"",
|
|
"argsT":[],
|
|
"location":"imgui_impl_opengl2",
|
|
"defaults":[],
|
|
"signature":"()",
|
|
"cimguiname":"ImGui_ImplOpenGL2_CreateDeviceObjects"}],
|
|
"ImGui_ImplOpenGL3_CreateFontsTexture":[{"funcname":"ImGui_ImplOpenGL3_CreateFontsTexture",
|
|
"args":"()",
|
|
"ret":"bool",
|
|
"comment":"",
|
|
"call_args":"()",
|
|
"argsoriginal":"()",
|
|
"stname":"",
|
|
"argsT":[],
|
|
"location":"imgui_impl_opengl3",
|
|
"defaults":[],
|
|
"signature":"()",
|
|
"cimguiname":"ImGui_ImplOpenGL3_CreateFontsTexture"}],
|
|
"ImGui_ImplGlfw_Shutdown":[{"funcname":"ImGui_ImplGlfw_Shutdown",
|
|
"args":"()",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"()",
|
|
"argsoriginal":"()",
|
|
"stname":"",
|
|
"argsT":[],
|
|
"location":"imgui_impl_glfw",
|
|
"defaults":[],
|
|
"signature":"()",
|
|
"cimguiname":"ImGui_ImplGlfw_Shutdown"}],
|
|
"ImGui_ImplOpenGL2_RenderDrawData":[{"funcname":"ImGui_ImplOpenGL2_RenderDrawData",
|
|
"args":"(ImDrawData* draw_data)",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"(draw_data)",
|
|
"argsoriginal":"(ImDrawData* draw_data)",
|
|
"stname":"",
|
|
"argsT":[{"type":"ImDrawData*",
|
|
"name":"draw_data"}],
|
|
"location":"imgui_impl_opengl2",
|
|
"defaults":[],
|
|
"signature":"(ImDrawData*)",
|
|
"cimguiname":"ImGui_ImplOpenGL2_RenderDrawData"}],
|
|
"ImGui_ImplOpenGL2_NewFrame":[{"funcname":"ImGui_ImplOpenGL2_NewFrame",
|
|
"args":"()",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"()",
|
|
"argsoriginal":"()",
|
|
"stname":"",
|
|
"argsT":[],
|
|
"location":"imgui_impl_opengl2",
|
|
"defaults":[],
|
|
"signature":"()",
|
|
"cimguiname":"ImGui_ImplOpenGL2_NewFrame"}],
|
|
"ImGui_ImplOpenGL2_Shutdown":[{"funcname":"ImGui_ImplOpenGL2_Shutdown",
|
|
"args":"()",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"()",
|
|
"argsoriginal":"()",
|
|
"stname":"",
|
|
"argsT":[],
|
|
"location":"imgui_impl_opengl2",
|
|
"defaults":[],
|
|
"signature":"()",
|
|
"cimguiname":"ImGui_ImplOpenGL2_Shutdown"}],
|
|
"ImGui_ImplOpenGL3_DestroyDeviceObjects":[{"funcname":"ImGui_ImplOpenGL3_DestroyDeviceObjects",
|
|
"args":"()",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"()",
|
|
"argsoriginal":"()",
|
|
"stname":"",
|
|
"argsT":[],
|
|
"location":"imgui_impl_opengl3",
|
|
"defaults":[],
|
|
"signature":"()",
|
|
"cimguiname":"ImGui_ImplOpenGL3_DestroyDeviceObjects"}],
|
|
"ImGui_ImplGlfw_NewFrame":[{"funcname":"ImGui_ImplGlfw_NewFrame",
|
|
"args":"()",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"()",
|
|
"argsoriginal":"()",
|
|
"stname":"",
|
|
"argsT":[],
|
|
"location":"imgui_impl_glfw",
|
|
"defaults":[],
|
|
"signature":"()",
|
|
"cimguiname":"ImGui_ImplGlfw_NewFrame"}],
|
|
"ImGui_ImplOpenGL3_Shutdown":[{"funcname":"ImGui_ImplOpenGL3_Shutdown",
|
|
"args":"()",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"()",
|
|
"argsoriginal":"()",
|
|
"stname":"",
|
|
"argsT":[],
|
|
"location":"imgui_impl_opengl3",
|
|
"defaults":[],
|
|
"signature":"()",
|
|
"cimguiname":"ImGui_ImplOpenGL3_Shutdown"}],
|
|
"ImGui_ImplOpenGL2_Init":[{"funcname":"ImGui_ImplOpenGL2_Init",
|
|
"args":"()",
|
|
"ret":"bool",
|
|
"comment":"",
|
|
"call_args":"()",
|
|
"argsoriginal":"()",
|
|
"stname":"",
|
|
"argsT":[],
|
|
"location":"imgui_impl_opengl2",
|
|
"defaults":[],
|
|
"signature":"()",
|
|
"cimguiname":"ImGui_ImplOpenGL2_Init"}],
|
|
"ImGui_ImplSDL2_ProcessEvent":[{"funcname":"ImGui_ImplSDL2_ProcessEvent",
|
|
"args":"(SDL_Event* event)",
|
|
"ret":"bool",
|
|
"comment":"",
|
|
"call_args":"(event)",
|
|
"argsoriginal":"(SDL_Event* event)",
|
|
"stname":"",
|
|
"argsT":[{"type":"SDL_Event*",
|
|
"name":"event"}],
|
|
"location":"imgui_impl_sdl",
|
|
"defaults":[],
|
|
"signature":"(SDL_Event*)",
|
|
"cimguiname":"ImGui_ImplSDL2_ProcessEvent"}],
|
|
"ImGui_ImplGlfw_MouseButtonCallback":[{"funcname":"ImGui_ImplGlfw_MouseButtonCallback",
|
|
"args":"(GLFWwindow* window,int button,int action,int mods)",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"(window,button,action,mods)",
|
|
"argsoriginal":"(GLFWwindow* window,int button,int action,int mods)",
|
|
"stname":"",
|
|
"argsT":[{"type":"GLFWwindow*",
|
|
"name":"window"},
|
|
{"type":"int",
|
|
"name":"button"},
|
|
{"type":"int",
|
|
"name":"action"},
|
|
{"type":"int",
|
|
"name":"mods"}],
|
|
"location":"imgui_impl_glfw",
|
|
"defaults":[],
|
|
"signature":"(GLFWwindow*,int,int,int)",
|
|
"cimguiname":"ImGui_ImplGlfw_MouseButtonCallback"}],
|
|
"ImGui_ImplOpenGL2_CreateFontsTexture":[{"funcname":"ImGui_ImplOpenGL2_CreateFontsTexture",
|
|
"args":"()",
|
|
"ret":"bool",
|
|
"comment":"",
|
|
"call_args":"()",
|
|
"argsoriginal":"()",
|
|
"stname":"",
|
|
"argsT":[],
|
|
"location":"imgui_impl_opengl2",
|
|
"defaults":[],
|
|
"signature":"()",
|
|
"cimguiname":"ImGui_ImplOpenGL2_CreateFontsTexture"}],
|
|
"ImGui_ImplOpenGL3_DestroyFontsTexture":[{"funcname":"ImGui_ImplOpenGL3_DestroyFontsTexture",
|
|
"args":"()",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"()",
|
|
"argsoriginal":"()",
|
|
"stname":"",
|
|
"argsT":[],
|
|
"location":"imgui_impl_opengl3",
|
|
"defaults":[],
|
|
"signature":"()",
|
|
"cimguiname":"ImGui_ImplOpenGL3_DestroyFontsTexture"}],
|
|
"ImGui_ImplGlfw_CharCallback":[{"funcname":"ImGui_ImplGlfw_CharCallback",
|
|
"args":"(GLFWwindow* window,unsigned int c)",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"(window,c)",
|
|
"argsoriginal":"(GLFWwindow* window,unsigned int c)",
|
|
"stname":"",
|
|
"argsT":[{"type":"GLFWwindow*",
|
|
"name":"window"},
|
|
{"type":"unsigned int",
|
|
"name":"c"}],
|
|
"location":"imgui_impl_glfw",
|
|
"defaults":[],
|
|
"signature":"(GLFWwindow*,unsigned int)",
|
|
"cimguiname":"ImGui_ImplGlfw_CharCallback"}],
|
|
"ImGui_ImplOpenGL3_RenderDrawData":[{"funcname":"ImGui_ImplOpenGL3_RenderDrawData",
|
|
"args":"(ImDrawData* draw_data)",
|
|
"ret":"void",
|
|
"comment":"",
|
|
"call_args":"(draw_data)",
|
|
"argsoriginal":"(ImDrawData* draw_data)",
|
|
"stname":"",
|
|
"argsT":[{"type":"ImDrawData*",
|
|
"name":"draw_data"}],
|
|
"location":"imgui_impl_opengl3",
|
|
"defaults":[],
|
|
"signature":"(ImDrawData*)",
|
|
"cimguiname":"ImGui_ImplOpenGL3_RenderDrawData"}],
|
|
"ImGui_ImplOpenGL3_CreateDeviceObjects":[{"funcname":"ImGui_ImplOpenGL3_CreateDeviceObjects",
|
|
"args":"()",
|
|
"ret":"bool",
|
|
"comment":"",
|
|
"call_args":"()",
|
|
"argsoriginal":"()",
|
|
"stname":"",
|
|
"argsT":[],
|
|
"location":"imgui_impl_opengl3",
|
|
"defaults":[],
|
|
"signature":"()",
|
|
"cimguiname":"ImGui_ImplOpenGL3_CreateDeviceObjects"}]} |