15 #include "pointerEvent.h" 17 #include "datagramIterator.h" 25 output(ostream &out)
const {
26 out << (_in_window ?
"In@" :
"Out@")
27 << _xpos <<
"," << _ypos <<
" ";
37 nassertv(
false &&
"This function not implemented yet.");
47 nassertv(
false &&
"This function not implemented yet.");
void write_datagram(Datagram &dg) const
Writes the event into a datagram.
void read_datagram(DatagramIterator &scan)
Restores the event from the datagram.
A class to retrieve the individual data elements previously stored in a Datagram. ...
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...