32 #ifndef TBX_EVENTINFO_H_
33 #define TBX_EVENTINFO_H_
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:35
const IdBlock & id_block() const
IdBlock for the current event.
Definition: eventinfo.h:71
PollBlock & _data
raw data from the event
Definition: eventinfo.h:53
EventInfo(const IdBlock &id_block, PollBlock &data)
Contruct the event information from the id_block and data update by the toolbox.
Definition: eventinfo.h:60
Structure holding the raw data from a call to Wimp_Poll.
Definition: pollinfo.h:72
Information passed back by the Toolbox with each toolbox event providing information on where the eve...
Definition: pollinfo.h:42
Class to provide information on a toolbox event.
Definition: eventinfo.h:49