Drags: Added ImGuiSliderFlags_NoSpeedTweaks flag to disable keyboard modifiers altering the tweak speed. (#8223)

This commit is contained in:
ocornut
2024-12-12 18:39:28 +01:00
parent f9f4e22f6f
commit 4ad5496474
4 changed files with 9 additions and 3 deletions
+3
View File
@@ -43,6 +43,9 @@ Breaking changes:
Other changes:
- Drags: Added ImGuiSliderFlags_NoSpeedTweaks flag to disable keyboard
modifiers altering the tweak speed. Useful if you want to alter tweak speed
yourself based on your own logic. (#8223)
- Backends: Vulkan: Fixed setting VkSwapchainCreateInfoKHR::preTransform for
platforms not supporting VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR. (#8222) [@Zer0xFF]