Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ HandleMouseEnter
Method
HandleMouseEnter
src/SFGUI/Widget.cpp:758–759 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
756
}
757
758
void Widget::HandleMouseEnter( int /*x*/, int /*y*/ ) {
759
}
760
761
void Widget::HandleMouseLeave( int /*x*/, int /*y*/ ) {
762
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected