MCPcopy
hub / github.com/libgdx/libgdx / setInputProcessor

Method setInputProcessor

gdx/src/com/badlogic/gdx/Input.java:945–945  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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 ();

Callers 15

createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65

Implementers 4

MockInputbackends/gdx-backend-headless/src/com/
InputWrappertests/gdx-tests/src/com/badlogic/gdx/t
AbstractInputgdx/src/com/badlogic/gdx/AbstractInput
RemoteInputgdx/src/com/badlogic/gdx/input/RemoteI

Calls

no outgoing calls

Tested by 15

createMethod · 0.52
createMethod · 0.52
createMethod · 0.52
createMethod · 0.52
createMethod · 0.52
createMethod · 0.52
createMethod · 0.52
createMethod · 0.52
createMethod · 0.52
createMethod · 0.52
createMethod · 0.52
createMethod · 0.52