Class KeyboardController
- java.lang.Object
-
- net.egartley.beyondorigins.core.controllers.KeyboardController
-
public class KeyboardController extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description KeyboardController()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addKeyTyped(KeyTyped kt)
static void
onKeyTyped(int keyCode)
static void
removeKeyTyped(KeyTyped kt)
-
-
-
Field Detail
-
typeds
private static final java.util.ArrayList<KeyTyped> typeds
-
-