mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-17 05:54:05 +09:00
keyboard control ported to GDX (at least as much as I can right now)
This commit is contained in:
@@ -9,7 +9,6 @@ package net.torvald.terrarum.gameactors
|
||||
interface Controllable {
|
||||
|
||||
fun processInput(delta: Float)
|
||||
|
||||
fun keyPressed(key: Int, c: Char)
|
||||
fun keyDown(keycode: Int): Boolean
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user