Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
287
bool Input::IsSystemReleased(InputButton button) {
288
assert(IsSystemButton(button));
289
return released[button];
290
}
291
292
bool Input::IsAnyPressed() {
293
WaitInput(true);
Callers
nothing calls this directly
Calls
1
IsSystemButton
Function · 0.85
Tested by
no test coverage detected