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

Function getMouseWheel

TheForceEngine/TFE_Input/input.cpp:183–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 }
182
183 void getMouseWheel(s32* dx, s32* dy)
184 {
185 assert(dx && dy);
186
187 *dx = s_mouseWheel[0];
188 *dy = s_mouseWheel[1];
189 }
190
191 void getMouseMove(s32* x, s32* y)
192 {

Callers 6

inputMapping_updateInputFunction · 0.85
handleEditorActionsFunction · 0.85
cameraControl2dFunction · 0.85
pda_handleButtonsFunction · 0.85
configInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected