Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ isDown
Method
isDown
src/eepp/window/inputfinger.cpp:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
wasDown( false ) {}
17
18
bool InputFinger::isDown() {
19
return down;
20
}
21
22
bool InputFinger::getWasDown() {
23
return wasDown;
Callers
1
physicsUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
1
physicsUpdate
Method · 0.64