tbx
0.7.6
|
Listener for the pointer leaving the window. More...
#include <pointerlistener.h>
Public Member Functions | |
virtual void | pointer_leaving (const EventInfo &ev)=0 |
Called when the pointer leaves the windows visible work area. | |
![]() | |
virtual | ~Listener () |
Destroy the listener object. | |
Additional Inherited Members | |
![]() | |
Listener () | |
Construct the Listener object. | |
Listener for the pointer leaving the window.
This event doesn't only occur when the pointer leaves the window's visible work area, but whenever the window stops being the most visible thing under the pointer. So, for example, popping up a menu at the pointer position would cause this event.