MCPcopy 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
124void MainWindow::grabMouse() {
125 if (allowMouseGrab) { window->grabMouse(); }
126}
127
128
129void MainWindow::ungrabMouse() {

Callers 4

setVideoFormatFunction · 0.45
doEventFunction · 0.45
handleAutoPilotFunction · 0.45
startPlayingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected