32 #ifndef TBX_EVENTINFO_H_
33 #define TBX_EVENTINFO_H_
61 _id_block(id_block),
_data(data)
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
Class to provide information on a toolbox event.
Definition: eventinfo.h:48
const IdBlock & id_block() const
IdBlock for the current event.
Definition: eventinfo.h:71
Information passed back by the Toolbox with each toolbox event providing information on where the eve...
Definition: pollinfo.h:41