MCPcopy 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

updateTooltipsFunction · 0.85
browseTexturesFunction · 0.85
handleFeatureEditInputFunction · 0.85
edit_placeEntityFunction · 0.85
updateWindowControlsFunction · 0.85
updateFunction · 0.85
messagePanelFunction · 0.85
handleMouseClickFunction · 0.85
pda_handleButtonsFunction · 0.85
menu_handleMousePositionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected