ocornut
|
3f9a90e2a3
|
Docs: added extraneous link to Getting Started section.
|
2024-07-25 16:59:40 +02:00 |
|
ocornut
|
829f45df99
|
Backends: SDL2: removed obsolete ImGui_ImplSDL2_NewFrame(SDL_Window*) signature which was obsoleted in 1.84..
|
2024-02-14 12:06:21 +01:00 |
|
ocornut
|
262e30e300
|
Backends: SDL2: rework new API as ImGui_ImplSDL2_SetGamepadMode(). (#3884, #6559, #6890, #7180)
Code is simpler this way.
|
2024-02-14 11:30:43 +01:00 |
|
ocornut
|
d15e4100b8
|
Backends: SDL2: Amend new API, all support for multiple gamepads. (#3884, #6559, #6890)
|
2024-02-13 18:55:14 +01:00 |
|
ocornut
|
bf1c96d4fa
|
Backends: SDL2: Handle gamepad disconnection + fixed increasing refcount. Added ImGui_ImplSDL2_SelectGamepadAuto()/ImGui_ImplSDL2_SelectGamepadExplicit(). (#3884, #6559, #6890)
|
2024-02-13 16:24:44 +01:00 |
|
ocornut
|
357f752bed
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
|
ocornut
|
1e17d59965
|
Backends: SDL2,SDL3: added ImGui_ImplSDL2_InitForOther() / ImGui_ImplSDL3_InitForOther().
e.g. WebGPU users use a similarly named functions from GLFW backend.
|
2023-08-15 12:48:46 +02:00 |
|
ocornut
|
33e13c85e1
|
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2023-07-13 11:27:52 +02:00 |
|
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 |
|
ocornut
|
fac19e1883
|
Backends: SDL2:+SDL3 Implement SetPlatformImeDataFn (amends). (#6071, #1953) + fix SDL3 setting PlatformHandleRaw. (#6146)
|
2023-02-07 19:29:44 +01:00 |
|
ocornut
|
1b27ac982f
|
Backends+Examples: SDL2: renamed imgui_impl_sdl.cpp/.h to imgui_impl_sdl2.cpp/.h. (#6146)
+ CI: Update Windows CI to update SDL 2.26.3 instead of 2.0.10
|
2023-02-07 12:04:38 +01:00 |
|