MCPcopy Create free account
hub / github.com/MyGUI/mygui / isIntersect

Method isIntersect

Demos/Demo_Pointers/FriendPanel.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 bool FriendPanel::isIntersect(int _x, int _y)
23 {
24 return mMainWidget->getAbsoluteRect().inside(MyGUI::IntPoint(_x, _y));
25 }
26
27 void FriendPanel::setVisible(bool _value)
28 {

Callers

nothing calls this directly

Calls 2

IntPointFunction · 0.50
insideMethod · 0.45

Tested by

no test coverage detected