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

Method IsSystemTriggered

src/input.cpp:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277bool Input::IsSystemTriggered(InputButton button) {
278 assert(IsSystemButton(button));
279 return triggered[button];
280}
281
282bool Input::IsSystemRepeated(InputButton button) {
283 assert(IsSystemButton(button));

Callers

nothing calls this directly

Calls 1

IsSystemButtonFunction · 0.85

Tested by

no test coverage detected