Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
848
void forceReleaseKey(int key) {
849
keysForceReleased |= key;
850
keysPressed &= ~key;
851
}
852
853
int mapGbKey(int gbKey) {
854
return keys[gbKey];
Callers
2
gameboyCheckInput
Function · 0.85
updateMenu
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected