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