From 6300369635da30867efdc05fdb1592f928bbc8d6 Mon Sep 17 00:00:00 2001 From: Jules Fouchy Date: Mon, 18 Mar 2024 03:09:33 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20[ImGui]=20Lock=20mouse=20instead=20?= =?UTF-8?q?of=20wrapping=20it=20when=20using=20Drag=20widget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cool | 2 +- changelog.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cool b/Cool index 0abd7209..2a9de9ef 160000 --- a/Cool +++ b/Cool @@ -1 +1 @@ -Subproject commit 0abd72097bb44cce38ac115a62e220dd10a34973 +Subproject commit 2a9de9ef9a49cb1bf029f8545925c132648fac33 diff --git a/changelog.md b/changelog.md index 7a3736fa..aeee1568 100644 --- a/changelog.md +++ b/changelog.md @@ -21,6 +21,8 @@ ## 🐣beta-16 WIP - ✨ The slider for some parameters (Zoom, Time Speed, etc.) now behaves logarithmically, meaning it will have equal precision in the 0-1 range as in 1-∞. Basically this means they are more practical to use. +- ✨ When using a Drag widget, the mouse position now stays locked in place instead of wrapping around the screen. +- 🐛 Remove incompatible link when creating a link backward from a pin ## 🐣beta-15