mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-13 15:16:07 +09:00
gdx 1.10/lwjgl3 migration; removing old Lua stuffs
This commit is contained in:
@@ -53,7 +53,7 @@ class XinputControllerAdapter(val c: XInputDevice): TerrarumController {
|
||||
return -1f
|
||||
}
|
||||
|
||||
override fun getPov(): Int {
|
||||
override fun getDpad(): Int {
|
||||
if (c.poll()) {
|
||||
val axes = c.components.axes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user