MCPcopy 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

updateCanvasImplMethod · 0.50
setAbsolutePositionMethod · 0.50
createSceneMethod · 0.50
createSceneMethod · 0.50
notifyPointMoveMethod · 0.50
notifyPointPressedMethod · 0.50
validateMethod · 0.50
injectMousePressMethod · 0.50
ColourWindowMethod · 0.50
InformationWindowMethod · 0.50
isIntersectMethod · 0.50
isIntersectMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected