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

Method create

src/platform/SDLWindow.cpp:232–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231
232bool SDLWindow::create(void) {
233 if (!((SDLDisplay*)getDisplay())->createWindow()) {
234 return false;
235 }
236 return true;
237}
238
239
240void SDLWindow::enableGrabMouse(bool on) {

Callers

nothing calls this directly

Calls 2

getDisplayFunction · 0.50
createWindowMethod · 0.45

Tested by

no test coverage detected