MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / Y

Method Y

ui/ui.h:321–321  ·  view source on GitHub ↗

access the X,Y,W,H fields.

Source from the content-addressed store, hash-verified

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; };
324

Callers 4

PT_IN_GADGETFunction · 0.45
SCREEN_TO_WND_YFunction · 0.45
SCREEN_TO_GAD_YFunction · 0.45
RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected