Panda3D
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__() [1/2]

__init__ ( )

◆ __init__() [2/2]

__init__ ( const MouseData  copy)

◆ getInWindow()

bool getInWindow ( )

◆ getX()

double getX ( )

◆ getY()

double getY ( )

◆ operator=()

MouseData operator= ( const MouseData  copy)

◆ output()

output ( Ostream  out)