Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ IsMouseInWidget
Method
IsMouseInWidget
src/SFGUI/Widget.cpp:508–510 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
506
}
507
508
bool Widget::IsMouseInWidget() const {
509
return m_mouse_in;
510
}
511
512
void Widget::SetMouseInWidget( bool in_widget ) {
513
m_mouse_in = in_widget;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected