Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ clear
Method
clear
MyGUIEngine/include/MyGUI_TPoint.h:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void clear()
73
{
74
left = top = 0;
75
}
76
77
void set(T const& _left, T const& _top)
78
{
Callers
1
TPoint
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected