mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 21:14:04 +09:00
UINSMenu is working again
This commit is contained in:
@@ -262,6 +262,8 @@ object Terrarum : Disposable {
|
||||
get() = 1.0 / Gdx.graphics.deltaTime
|
||||
val mouseDown: Boolean
|
||||
get() = Gdx.input.isButtonPressed(App.getConfigInt("config_mouseprimary"))
|
||||
val mouseJustDown: Boolean
|
||||
get() = Gdx.input.isButtonJustPressed(App.getConfigInt("config_mouseprimary"))
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user