MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ddio_MouseMode

Function ddio_MouseMode

ddio/lnxmouse.cpp:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193void ddio_InternalMouseResume(void) {}
194
195void ddio_MouseMode(int mode) { Mouse_mode = mode; }
196
197// virtual coordinate system for mouse (match to video resolution set for optimal mouse usage.
198void ddio_MouseSetVCoords(int width, int height) { ddio_MouseSetLimits(0, 0, width, height); }

Callers 4

InitEditGameSystemsFunction · 0.85
InitGameEditSystemsFunction · 0.85
InitIOSystemsFunction · 0.85
RestartD3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected