MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / press

Method press

source/game/StarInput.hpp:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 inline void press() { pressed = ++presses; held = true; }
118 inline void release() { released = ++releases; held = false; }
119 };
120

Callers 1

handleInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected