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