15 #ifndef POINTEREVENT_H 16 #define POINTEREVENT_H 18 #include "pandabase.h" 19 #include "mouseData.h" 32 INLINE PointerEvent(
const PointerEvent ©);
33 INLINE
void operator = (
const PointerEvent ©);
35 INLINE
bool operator == (
const PointerEvent &other)
const;
36 INLINE
bool operator != (
const PointerEvent &other)
const;
37 INLINE
bool operator < (
const PointerEvent &other)
const;
39 void output(ostream &out)
const;
41 void write_datagram(
Datagram &dg)
const;
57 INLINE ostream &operator << (ostream &out,
const PointerEvent &pe) {
62 #include "pointerEvent.I" 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 ...
Records a pointer movement event.