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

Method Sprite_OnScreen_Check

Source/Amiga/Graphics_Amiga.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170bool cGraphics_Amiga::Sprite_OnScreen_Check() {
171
172 return Sprite_OnScreen_Check(false);
173}
174
175bool cGraphics_Amiga::Sprite_OnScreen_Check(bool p16bit) {
176 int16 ax;

Callers

nothing calls this directly

Calls 3

getWindowWidthMethod · 0.80
getHeightMethod · 0.45
GetScreenSizeMethod · 0.45

Tested by

no test coverage detected