Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ grabMouse
Method
grabMouse
src/bzflag/MainWindow.cpp:124–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
123
124
void MainWindow::grabMouse() {
125
if (allowMouseGrab) { window->grabMouse(); }
126
}
127
128
129
void MainWindow::ungrabMouse() {
Callers
4
setVideoFormat
Function · 0.45
doEvent
Function · 0.45
handleAutoPilot
Function · 0.45
startPlaying
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected