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

Method IsReleased

src/input.cpp:266–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266bool Input::IsReleased(InputButton button) {
267 assert(!IsSystemButton(button));
268 WaitInput(false);
269 return released[button];
270}
271
272bool Input::IsSystemPressed(InputButton button) {
273 assert(IsSystemButton(button));

Callers

nothing calls this directly

Calls 1

IsSystemButtonFunction · 0.85

Tested by

no test coverage detected