Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ X
Method
X
ui/ui.h:320–320 ·
view source on GitHub ↗
data access
Source
from the content-addressed store, hash-verified
318
319
// data access
320
int X() const { return m_X; }; // access the X,Y,W,H fields.
321
int Y() const { return m_Y; };
322
int W() const { return m_W; };
323
int H() const { return m_H; };
Callers
4
PT_IN_GADGET
Function · 0.45
SCREEN_TO_WND_X
Function · 0.45
SCREEN_TO_GAD_X
Function · 0.45
Render
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected