MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / buttonUp

Method buttonUp

engine/src/input.cpp:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76bool Mouse::buttonDown() { return bButtons_state[input_state][0]; }
77
78bool Mouse::buttonUp() { return !bButtons_state[input_state][0]; }
79
80GamePad::GamePad()
81{

Callers 1

I_updateProgramInputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected