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

Method isKeyJustPressed

core/src/com/agateau/ui/InputMapper.java:27–27  ·  view source on GitHub ↗
(VirtualKey vkey)

Source from the content-addressed store, hash-verified

25 boolean isKeyPressed(VirtualKey vkey);
26
27 boolean isKeyJustPressed(VirtualKey vkey);
28
29 /** playerIdx is used by some input mappers (keyboard for example) to select default values */
30 void loadConfig(Preferences preferences, String prefix, int playerIdx);

Callers 7

isPauseKeyPressedMethod · 0.95
actMethod · 0.65
renderMethod · 0.65
isPauseKeyPressedMethod · 0.65
isBackKeyPressedMethod · 0.65
isKeyJustPressedMethod · 0.65
isKeyJustPressedMethod · 0.65

Implementers 3

GamepadInputMappercore/src/com/agateau/ui/GamepadInputMa
UiInputMappercore/src/com/agateau/ui/UiInputMapper.
KeyMappercore/src/com/agateau/ui/KeyMapper.java

Calls

no outgoing calls

Tested by

no test coverage detected