mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
utilising new mouselatch
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user