ingame computer wip; gamepad deadzone disp on f3

This commit is contained in:
minjaesong
2019-07-19 23:19:25 +09:00
parent f2ee058e7c
commit dfd43f52d5
23 changed files with 614 additions and 78 deletions

View File

@@ -74,7 +74,7 @@ class XinputControllerAdapter(val c: XInputDevice): TerrarumController {
}
override fun getName(): String {
return "(XB360 Compatible)"
return "(XINPUT Compatible)"
}
override fun setRumble(left: Float, right: Float) {