Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
void MainWindow::ungrabMouse() {
130
if (allowMouseGrab) { window->ungrabMouse(); }
131
}
132
133
134
void MainWindow::enableGrabMouse(bool on) {
Callers
3
doEvent
Function · 0.45
handleAutoPilot
Function · 0.45
updatePauseCountdown
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected