MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / setMouseButtonUp

Function setMouseButtonUp

TheForceEngine/TFE_Input/input.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 void setMouseButtonUp(MouseButton button)
137 {
138 s_mouseDown[button] = 0;
139 }
140
141 void setMouseWheel(s32 dx, s32 dy)
142 {

Callers 1

handleEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected