Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ IntPoint
Function
IntPoint
Wrappers/MyGUI_Managed/IntPoint.h:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
int left, top;
23
24
IntPoint( int _left, int _top ) : left( _left ), top( _top ) { }
25
26
static bool operator == ( IntPoint lvalue, IntPoint rvalue )
27
{
Callers
15
updateCanvasImpl
Method · 0.50
setAbsolutePosition
Method · 0.50
createScene
Method · 0.50
createScene
Method · 0.50
notifyPointMove
Method · 0.50
notifyPointPressed
Method · 0.50
validate
Method · 0.50
injectMousePress
Method · 0.50
ColourWindow
Method · 0.50
InformationWindow
Method · 0.50
isIntersect
Method · 0.50
isIntersect
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected