public interface Input
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Input.Listener |
| Modifier and Type | Method and Description |
|---|---|
void |
addInputListener(Input.Listener listener) |
void |
dispose() |
void |
removeInputListener(Input.Listener listener) |
void |
start() |
void |
stop() |
void addInputListener(Input.Listener listener)
void removeInputListener(Input.Listener listener)
void start()
void stop()
void dispose()