MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / OnMove

Method OnMove

GTE/Applications/WindowApplication.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void WindowApplication::OnMove(int32_t x, int32_t y)
54{
55 mXOrigin = x;
56 mYOrigin = y;
57}
58
59bool WindowApplication::OnResize(int32_t xSize, int32_t ySize)
60{

Callers 1

WindowProcedureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected