public interface KeyboardInterface
Input.Keys to read the key code.| Modifier and Type | Method and Description |
|---|---|
void |
onKeyDown(int keycode)
Invoked when a key is typed.
|
void |
onKeyUp(int keycode)
Invoked when a key is released.
|
void onKeyDown(int keycode)
Input.Keys to read the key code.keycode - the code key, see Input.Keysvoid onKeyUp(int keycode)
Input.Keys to read the key code.keycode - the code key, see Input.KeysCopyright © 2014-2016 gdx2d - https://github.com/hevs-isi/gdx2d