Panda3D
 All Classes Functions Variables Enumerations
Public Member Functions | Public Attributes | List of all members
MouseData Class Reference

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 &copy)
 
bool get_in_window () const
 
double get_x () const
 
double get_y () const
 
void operator= (const MouseData &copy)
 
void output (ostream &out) const
 

Public Attributes

bool _in_window
 
double _xpos
 
double _ypos
 

Detailed Description

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.


The documentation for this class was generated from the following files: