Panda3D
Public Member Functions | Public Attributes
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"

List of all members.

Public Member Functions

 MouseData (const MouseData &copy)
bool get_in_window () const
int get_x () const
int get_y () const
void operator= (const MouseData &copy)
void output (ostream &out) const

Public Attributes

bool _in_window
int _xpos
int _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:
 All Classes Functions Variables Enumerations