Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ getMousePos
Function
getMousePos
TheForceEngine/TFE_Input/input.cpp:222–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
void getMousePos(s32* x, s32* y)
223
{
224
assert(x && y);
225
226
*x = s_mousePos[0];
227
*y = s_mousePos[1];
228
}
229
230
bool buttonDown(Button button)
231
{
Callers
11
updateTooltips
Function · 0.85
browseTextures
Function · 0.85
handleFeatureEditInput
Function · 0.85
edit_placeEntity
Function · 0.85
updateWindowControls
Function · 0.85
update
Function · 0.85
messagePanel
Function · 0.85
handleMouseClick
Function · 0.85
escMenu_handleMousePosition
Function · 0.85
pda_handleButtons
Function · 0.85
menu_handleMousePosition
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected