Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
void WindowApplication::OnMove(int32_t x, int32_t y)
54
{
55
mXOrigin = x;
56
mYOrigin = y;
57
}
58
59
bool WindowApplication::OnResize(int32_t xSize, int32_t ySize)
60
{
Callers
1
WindowProcedure
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected