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

Method IsSystemRepeated

src/input.cpp:282–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282bool Input::IsSystemRepeated(InputButton button) {
283 assert(IsSystemButton(button));
284 return repeated[button];
285}
286
287bool Input::IsSystemReleased(InputButton button) {
288 assert(IsSystemButton(button));

Callers

nothing calls this directly

Calls 1

IsSystemButtonFunction · 0.85

Tested by

no test coverage detected