MCPcopy Create free account
hub / github.com/agateau/pixelwheels / isKeyPressed

Method isKeyPressed

core/src/com/agateau/ui/UiInputMapper.java:44–47  ·  view source on GitHub ↗
(VirtualKey key)

Source from the content-addressed store, hash-verified

42 }
43
44 @Override
45 public boolean isKeyPressed(VirtualKey key) {
46 return mKeyMapper.isKeyPressed(key) || mGamepadInputMapper.isKeyPressed(key);
47 }
48
49 @Override
50 public boolean isKeyJustPressed(VirtualKey key) {

Callers

nothing calls this directly

Calls 1

isKeyPressedMethod · 0.65

Tested by

no test coverage detected