MCPcopy Create free account
hub / github.com/Stewmath/GameYob / forceReleaseKey

Function forceReleaseKey

arm9/source/inputhelper.cpp:848–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846}
847
848void forceReleaseKey(int key) {
849 keysForceReleased |= key;
850 keysPressed &= ~key;
851}
852
853int mapGbKey(int gbKey) {
854 return keys[gbKey];

Callers 2

gameboyCheckInputFunction · 0.85
updateMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected