mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
This helps a lot when the user drags a slider but carries the cursor offscreen before releasing the button - without the capturing, the slider will "stick" to the mouse cursor even after the button has been released. (This should generally be added to all Windows implementations - I won't mind doing it if you think it's a good idea.) |
||
|---|---|---|
| .. | ||
| build_win32.bat | ||
| directx9_example.vcxproj | ||
| directx9_example.vcxproj.filters | ||
| imgui_impl_dx9.cpp | ||
| imgui_impl_dx9.h | ||
| main.cpp | ||