Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atraczyk/2d-engine
/ ~ScreenRect
Method
~ScreenRect
engine/src/rectangle.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
ScreenRect::~ScreenRect(void)
17
{
18
}
19
20
int ScreenRect::iTop() { return ((int)(y)); }
21
int ScreenRect::iLeft() { return ((int)(x)); }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected