MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / getCameraWidth

Method getCameraWidth

Source/Fodder.cpp:3586–3589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3584}
3585
3586int16 cFodder::getCameraWidth() const {
3587
3588 return ((getWindowWidth() - SIDEBAR_WIDTH));
3589}
3590
3591int16 cFodder::getCameraHeight() const {
3592 if (!mParams->mWindowRows) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected