MCPcopy 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
18bool InputFinger::isDown() {
19 return down;
20}
21
22bool InputFinger::getWasDown() {
23 return wasDown;

Callers 1

physicsUpdateMethod · 0.80

Calls

no outgoing calls

Tested by 1

physicsUpdateMethod · 0.64