mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-17 22:14:05 +09:00
bigger click hitbox for titlescreen uiremocon
This commit is contained in:
@@ -93,7 +93,7 @@ abstract class UIItem(var parentUI: UICanvas, val initialX: Int, val initialY: I
|
||||
get() = mouseUp && Gdx.input.isButtonPressed(mouseButton)
|
||||
|
||||
|
||||
private var mouseLatched = Gdx.input.isButtonPressed(mouseButton)
|
||||
protected var mouseLatched = Gdx.input.isButtonPressed(mouseButton)
|
||||
|
||||
/** UI to call (show up) while mouse is up */
|
||||
open val mouseOverCall: UICanvas? = null
|
||||
|
||||
Reference in New Issue
Block a user