MCPcopy
hub / github.com/libgdx/libgdx / isTouched

Method isTouched

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

@return whether the screen is currently touched.

()

Source from the content-addressed store, hash-verified

712
713 /** @return whether the screen is currently touched. */
714 public boolean isTouched ();
715
716 /** @return whether a new touch down event just occurred. */
717 public boolean justTouched ();

Callers 10

renderMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
isTouchedMethod · 0.65
isTouchedMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
enterMethod · 0.65
touchDownMethod · 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 8

renderMethod · 0.52
renderMethod · 0.52
renderMethod · 0.52
renderMethod · 0.52
isTouchedMethod · 0.52
isTouchedMethod · 0.52
renderMethod · 0.52
renderMethod · 0.52