MCPcopy Create free account
hub / github.com/TankOs/SFGUI / HandleMouseEnter

Method HandleMouseEnter

src/SFGUI/Entry.cpp:249–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void Entry::HandleMouseEnter( int /*x*/, int /*y*/ ) {
250 if( !HasFocus() ) {
251 SetState( State::PRELIGHT );
252 }
253}
254
255void Entry::HandleMouseLeave( int /*x*/, int /*y*/ ) {
256 if( !HasFocus() ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected