Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ enableGrabMouse
Method
enableGrabMouse
src/platform/SDLWindow.cpp:240–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
239
240
void SDLWindow::enableGrabMouse(bool on) {
241
((SDLDisplay*)getDisplay())->enableGrabMouse(on);
242
}
243
244
245
// Local Variables: ***
Callers
nothing calls this directly
Calls
1
getDisplay
Function · 0.50
Tested by
no test coverage detected