Panda3D
|
Holds the data that might be generated by a 2-d pointer input device, such as the mouse in the GraphicsWindow. More...
#include "mouseData.h"
Public Member Functions | |
MouseData (const MouseData ©) | |
bool | get_in_window () const |
int | get_x () const |
int | get_y () const |
void | operator= (const MouseData ©) |
void | output (ostream &out) const |
Public Attributes | |
bool | _in_window |
int | _xpos |
int | _ypos |
Holds the data that might be generated by a 2-d pointer input device, such as the mouse in the GraphicsWindow.
Definition at line 28 of file mouseData.h.