Sets the InputProcessor that will receive all touch and key input events. It will be called before the ApplicationListener#render() method each frame. @param processor the InputProcessor
(InputProcessor processor)
| 943 | * |
| 944 | * @param processor the InputProcessor */ |
| 945 | public void setInputProcessor (InputProcessor processor); |
| 946 | |
| 947 | /** @return the currently set {@link InputProcessor} or null. */ |
| 948 | public InputProcessor getInputProcessor (); |
no outgoing calls