1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-09-24 03:28:33 +02:00
imgui/backends
2023-02-07 18:50:12 +01:00
..
vulkan Moving backends code from examples/ to backends/ (step 2: moving vulkan cruft) 2020-10-14 14:41:40 +02:00
imgui_impl_allegro5.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_allegro5.h Backends: Allegro5: Update to use io.AddEventKey() will full key map (#2625, #4858) 2022-01-10 15:13:36 +01:00
imgui_impl_android.cpp Renamed and merged keyboard modifiers key enums and flags into a same set:. ImGuiKey_ModXXX -> ImGuiMod_XXX and ImGuiModFlags_XXX -> ImGuiMod_XXX. (#4921, #456) 2022-09-26 10:43:26 +02:00
imgui_impl_android.h Backends: Android: Update to use io.AddEventKey() will full key map (#2625, #4858) 2022-01-10 15:15:24 +01:00
imgui_impl_dx9.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_dx9.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_dx10.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_dx10.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_dx11.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_dx11.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_dx12.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_dx12.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_glfw.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_glfw.h Backends: GLFW: added ImGui_ImplGlfw_SetCallbacksChainForAllWindows(). (#6142) 2023-02-03 17:53:53 +01:00
imgui_impl_glut.cpp Backends: OSX: Fixed scroll wheel scaling for devices emitting events with hasPreciseScrollingDeltas==false (e.g. non-Apple mices). 2023-02-01 19:43:03 +01:00
imgui_impl_glut.h Backends: OSX: Fixed scroll wheel scaling for devices emitting events with hasPreciseScrollingDeltas==false (e.g. non-Apple mices). 2023-02-01 19:43:03 +01:00
imgui_impl_metal.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_metal.mm Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_opengl2.cpp Backends: Using nullptr instead of NULL. (#5760, #4537) + fix additional warnings. 2022-10-11 12:35:41 +02:00
imgui_impl_opengl2.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_opengl3_loader.h Backends: OpenGL: Update comments. (#4445, #5642, #4649) 2022-09-05 15:58:31 +02:00
imgui_impl_opengl3.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_opengl3.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_osx.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_osx.mm Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_sdl2.cpp Backends: SDL2: Implement SetPlatformImeDataFn. (#6071, #1953) 2023-02-07 18:50:12 +01:00
imgui_impl_sdl2.h Backends+Examples: SDL2: renamed imgui_impl_sdl.cpp/.h to imgui_impl_sdl2.cpp/.h. (#6146) 2023-02-07 12:04:38 +01:00
imgui_impl_sdl3.cpp Backends: SDL3: update to run with SDL3. Examples: Add SDL3+Gl example. Remove some version checks. (#6146) 2023-02-07 16:07:53 +01:00
imgui_impl_sdl3.h Backends: SDL3: update to run with SDL3. Examples: Add SDL3+Gl example. Remove some version checks. (#6146) 2023-02-07 16:07:53 +01:00
imgui_impl_sdlrenderer.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_sdlrenderer.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_vulkan.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_vulkan.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_wgpu.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_wgpu.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_win32.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_win32.h Inputs, IO: reworked ImGuiMod_Shortcut to redirect to Ctrl/Super at runtime instead of compile-time. (#5923, #456) 2022-11-29 19:07:50 +01:00