MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / warpMouseCenterX

Method warpMouseCenterX

src/bzflag/MainWindow.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101
102void MainWindow::warpMouseCenterX() {
103 int mx, my;
104 getMousePosition(mx, my);
105 window->warpMouse((width >> 1) + xOrigin, my + (viewHeight >> 1) + getYOffset());
106}
107
108
109void MainWindow::warpMouseCenterY() {

Callers 1

updateRoamingCameraFunction · 0.80

Calls 1

warpMouseMethod · 0.45

Tested by

no test coverage detected