32 #ifndef TBX_EVENTINFO_H_ 33 #define TBX_EVENTINFO_H_ 61 _id_block(id_block), _data(data)
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:34
PollBlock & _data
raw data from the event
Definition: eventinfo.h:53
Structure holding the raw data from a call to Wimp_Poll.
Definition: pollinfo.h:71
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
const IdBlock & id_block() const
IdBlock for the current event.
Definition: eventinfo.h:71
Class to provide information on a toolbox event.
Definition: eventinfo.h:48
Information passed back by the Toolbox with each toolbox event providing information on where the eve...
Definition: pollinfo.h:41