| 332 | */ |
| 333 | struct EnterEvent : BaseEvent {}; |
| 334 | virtual void onEnter(const EnterEvent& e) {} |
| 335 | |
| 336 | /** Occurs when a different Widget is entered. |
| 337 | Must consume the Hover event (when a Widget is entered) to receive this event. |
nothing calls this directly
no outgoing calls
no test coverage detected