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

Method GetScreenSize

Source/Versions.hpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 cDimension GetScreenSize() const {
69 if (isAmiga())
70 return { 320,225 };
71
72 return { 320,200 };
73 }
74
75 cDimension GetSecondScreenSize() const {
76 if (isAmiga())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected