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

Function setMouseWheel

TheForceEngine/TFE_Input/input.cpp:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 void setMouseWheel(s32 dx, s32 dy)
142 {
143 s_mouseWheel[0] = dx;
144 s_mouseWheel[1] = dy;
145 }
146
147 void setRelativeMousePos(s32 x, s32 y)
148 {

Callers 1

handleEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected