18 #include "pandabase.h" 20 #include "modifierButtons.h" 31 INLINE MouseData(
const MouseData ©);
32 INLINE
void operator = (
const MouseData ©);
34 INLINE
double get_x()
const;
35 INLINE
double get_y()
const;
36 INLINE
bool get_in_window()
const;
38 void output(ostream &out)
const;
46 INLINE ostream &operator << (ostream &out,
const MouseData &md);
48 #include "mouseData.I" Holds the data that might be generated by a 2-d pointer input device, such as the mouse in the Graphi...