Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
void SDLWindow::getSize(int& _width, int& _height) const {
156
((SDLDisplay*)getDisplay())->getWindowSize(_width, _height);
157
}
158
159
160
void SDLWindow::showMouse() {
Callers
nothing calls this directly
Calls
2
getWindowSize
Method · 0.80
getDisplay
Function · 0.50
Tested by
no test coverage detected