MCPcopy Create free account
hub / github.com/EasyRPG/Player / IsRepeated

Method IsRepeated

src/input.cpp:260–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260bool Input::IsRepeated(InputButton button) {
261 assert(!IsSystemButton(button));
262 WaitInput(true);
263 return repeated[button];
264}
265
266bool Input::IsReleased(InputButton button) {
267 assert(!IsSystemButton(button));

Callers

nothing calls this directly

Calls 1

IsSystemButtonFunction · 0.85

Tested by

no test coverage detected