Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_updateInput
Function · 0.85
handleEditorActions
Function · 0.85
cameraControl2d
Function · 0.85
missionBriefing_handleInput
Function · 0.85
pda_handleButtons
Function · 0.85
configInput
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected