Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
IntPoint
Function · 0.50
inside
Method · 0.45
Tested by
no test coverage detected