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

Method ungrabMouse

src/bzflag/MainWindow.cpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128
129void MainWindow::ungrabMouse() {
130 if (allowMouseGrab) { window->ungrabMouse(); }
131}
132
133
134void MainWindow::enableGrabMouse(bool on) {

Callers 3

doEventFunction · 0.45
handleAutoPilotFunction · 0.45
updatePauseCountdownFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected