1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-12 02:00:58 +01:00
imgui/backends
ocornut f070497cbd Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702)
SDL doesn't distinguish Pen yet, but we don't need it as much as TouchScreen which will alter trickling.
2023-04-04 20:19:01 +02: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 Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702) 2023-04-04 20:19:01 +02:00
imgui_impl_glfw.h Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702) 2023-04-04 20:19:01 +02: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: Fixes zealous warnings (#5760) 2023-03-23 18:18:52 +01:00
imgui_impl_opengl2.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_opengl3_loader.h Backend: OpenGL3: Amend b0c18166 fix cases where glGetString(GL_VERSION) returns NULL. (#6154, #4445, #3530) 2023-03-15 12:25:34 +01:00
imgui_impl_opengl3.cpp Backends: Fixes zealous warnings (#5760) 2023-03-23 18:18:52 +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: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702) 2023-04-04 20:19:01 +02:00
imgui_impl_sdl2.h Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702) 2023-04-04 20:19:01 +02:00
imgui_impl_sdl3.cpp Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702) 2023-04-04 20:19:01 +02:00
imgui_impl_sdl3.h Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702) 2023-04-04 20:19:01 +02:00
imgui_impl_sdlrenderer.cpp Backends: Fixes zealous warnings (#5760) 2023-03-23 18:18:52 +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 Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702) 2023-04-04 20:19:01 +02:00
imgui_impl_win32.h Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702) 2023-04-04 20:19:01 +02:00