utilising new mouselatch

This commit is contained in:
minjaesong
2024-01-10 01:46:39 +09:00
parent a149107b48
commit acaedc4d80
11 changed files with 45 additions and 40 deletions

View File

@@ -36,6 +36,8 @@ class UIItemVertSlider(
var value: Double = initialValue; private set
var selectionChangeListener: (Double) -> Unit = {}
private var mouseLatched = false // trust me this one needs its own binary latch
init {
printdbg(this, "slider max=$max")
}