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

Method getSize

src/platform/SDLWindow.cpp:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154
155void SDLWindow::getSize(int& _width, int& _height) const {
156 ((SDLDisplay*)getDisplay())->getWindowSize(_width, _height);
157}
158
159
160void SDLWindow::showMouse() {

Callers

nothing calls this directly

Calls 2

getWindowSizeMethod · 0.80
getDisplayFunction · 0.50

Tested by

no test coverage detected