Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | 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...

Public Member Functions

 __init__ ()
 
 __init__ (const MouseData copy)
 
bool getInWindow ()
 
double getX ()
 
double getY ()
 
MouseData operator= (const MouseData copy)
 
 output (Ostream out)
 

Detailed Description

Holds the data that might be generated by a 2-d pointer input device, such as the mouse in the GraphicsWindow.

Member Function Documentation

__init__ ( )
__init__ ( const MouseData  copy)
bool getInWindow ( )
double getX ( )
double getY ( )
MouseData operator= ( const MouseData  copy)
output ( Ostream  out)