mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-17 14:04:05 +09:00
Keyboard strobing moved to a new thread so that fast typing is possible even if the game's update method is running slowly
This commit is contained in:
11
src/net/torvald/terrarum/TerrarumGamescreen.kt
Normal file
11
src/net/torvald/terrarum/TerrarumGamescreen.kt
Normal file
@@ -0,0 +1,11 @@
|
||||
package net.torvald.terrarum
|
||||
|
||||
import com.badlogic.gdx.Screen
|
||||
import net.torvald.terrarum.gamecontroller.TerrarumKeyboardEvent
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 2021-11-06.
|
||||
*/
|
||||
interface TerrarumGamescreen : Screen {
|
||||
fun inputStrobed(e: TerrarumKeyboardEvent)
|
||||
}
|
||||
Reference in New Issue
Block a user