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

@@ -99,7 +99,7 @@ abstract class UIItem(var parentUI: UICanvas, val initialX: Int, val initialY: I
/** to be used by customised mouse handling */
protected var mouseLatched = false
protected var mouseLatch = MouseLatch()
/** UI to call (show up) while mouse is up */
open var mouseOverCall: UICanvas? = null