Go to the source code of this file.
Functions | |
IMGUI_IMPL_API bool | ImGui_ImplAllegro5_CreateDeviceObjects () |
IMGUI_IMPL_API bool | ImGui_ImplAllegro5_Init (ALLEGRO_DISPLAY *display) |
IMGUI_IMPL_API void | ImGui_ImplAllegro5_InvalidateDeviceObjects () |
IMGUI_IMPL_API void | ImGui_ImplAllegro5_NewFrame () |
IMGUI_IMPL_API bool | ImGui_ImplAllegro5_ProcessEvent (ALLEGRO_EVENT *event) |
IMGUI_IMPL_API void | ImGui_ImplAllegro5_RenderDrawData (ImDrawData *draw_data) |
IMGUI_IMPL_API void | ImGui_ImplAllegro5_Shutdown () |
IMGUI_IMPL_API bool ImGui_ImplAllegro5_CreateDeviceObjects | ( | ) |
Definition at line 174 of file imgui_impl_allegro5.cpp.
IMGUI_IMPL_API bool ImGui_ImplAllegro5_Init | ( | ALLEGRO_DISPLAY * | display | ) |
Definition at line 251 of file imgui_impl_allegro5.cpp.
IMGUI_IMPL_API void ImGui_ImplAllegro5_InvalidateDeviceObjects | ( | ) |
Definition at line 221 of file imgui_impl_allegro5.cpp.
IMGUI_IMPL_API void ImGui_ImplAllegro5_NewFrame | ( | ) |
Definition at line 400 of file imgui_impl_allegro5.cpp.
IMGUI_IMPL_API bool ImGui_ImplAllegro5_ProcessEvent | ( | ALLEGRO_EVENT * | event | ) |
Definition at line 325 of file imgui_impl_allegro5.cpp.
IMGUI_IMPL_API void ImGui_ImplAllegro5_RenderDrawData | ( | ImDrawData * | draw_data | ) |
Definition at line 89 of file imgui_impl_allegro5.cpp.
IMGUI_IMPL_API void ImGui_ImplAllegro5_Shutdown | ( | ) |
Definition at line 305 of file imgui_impl_allegro5.cpp.