Go to the source code of this file.
Typedefs | |
typedef union SDL_Event | SDL_Event |
Functions | |
IMGUI_IMPL_API bool | ImGui_ImplSDL2_InitForD3D (SDL_Window *window) |
IMGUI_IMPL_API bool | ImGui_ImplSDL2_InitForMetal (SDL_Window *window) |
IMGUI_IMPL_API bool | ImGui_ImplSDL2_InitForOpenGL (SDL_Window *window, void *sdl_gl_context) |
IMGUI_IMPL_API bool | ImGui_ImplSDL2_InitForVulkan (SDL_Window *window) |
IMGUI_IMPL_API void | ImGui_ImplSDL2_NewFrame (SDL_Window *window) |
IMGUI_IMPL_API bool | ImGui_ImplSDL2_ProcessEvent (const SDL_Event *event) |
IMGUI_IMPL_API void | ImGui_ImplSDL2_Shutdown () |
Definition at line 20 of file imgui_impl_sdl.h.
IMGUI_IMPL_API bool ImGui_ImplSDL2_InitForD3D | ( | SDL_Window * | window | ) |
Definition at line 208 of file imgui_impl_sdl.cpp.
IMGUI_IMPL_API bool ImGui_ImplSDL2_InitForMetal | ( | SDL_Window * | window | ) |
Definition at line 216 of file imgui_impl_sdl.cpp.
IMGUI_IMPL_API bool ImGui_ImplSDL2_InitForOpenGL | ( | SDL_Window * | window, |
void * | sdl_gl_context | ||
) |
Definition at line 194 of file imgui_impl_sdl.cpp.
IMGUI_IMPL_API bool ImGui_ImplSDL2_InitForVulkan | ( | SDL_Window * | window | ) |
Definition at line 200 of file imgui_impl_sdl.cpp.
IMGUI_IMPL_API void ImGui_ImplSDL2_NewFrame | ( | SDL_Window * | window | ) |
Definition at line 342 of file imgui_impl_sdl.cpp.
IMGUI_IMPL_API bool ImGui_ImplSDL2_ProcessEvent | ( | const SDL_Event * | event | ) |
Definition at line 85 of file imgui_impl_sdl.cpp.
IMGUI_IMPL_API void ImGui_ImplSDL2_Shutdown | ( | ) |
Definition at line 221 of file imgui_impl_sdl.cpp.