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

Method Move

ui/UIObject.cpp:63–69  ·  view source on GitHub ↗

moves the object.

Source from the content-addressed store, hash-verified

61
62// moves the object.
63void UIObject::Move(int x, int y, int w, int h) {
64 m_X = x;
65 m_Y = y;
66 m_W = w;
67 m_H = h;
68 mprintf(0, "new [%d,%d]\n", m_X, m_Y);
69}
70
71//@@
72//@@// enables ui draw commands.

Callers 1

RealizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected