MCPcopy 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
758void Widget::HandleMouseEnter( int /*x*/, int /*y*/ ) {
759}
760
761void Widget::HandleMouseLeave( int /*x*/, int /*y*/ ) {
762}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected