25 #ifndef TBX_POINTERLISTENER_H_ 26 #define TBX_POINTERLISTENER_H_ 29 #include "eventinfo.h" 70 virtual void pointer_entering(
const EventInfo &ev) = 0;
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:34
virtual void pointer_leaving(const EventInfo &ev)=0
Called when the pointer leaves the windows visible work area.
Listener for the pointer entering the window.
Definition: pointerlistener.h:62
Listener for the pointer leaving the window.
Definition: pointerlistener.h:44
Class to provide information on a toolbox event.
Definition: eventinfo.h:48
Base class for all toolbox event listeners.
Definition: listener.h:33