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

Method IsSystemReleased

src/input.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287bool Input::IsSystemReleased(InputButton button) {
288 assert(IsSystemButton(button));
289 return released[button];
290}
291
292bool Input::IsAnyPressed() {
293 WaitInput(true);

Callers

nothing calls this directly

Calls 1

IsSystemButtonFunction · 0.85

Tested by

no test coverage detected