LMouseTracker is a PowerPlant class that is used for periodically tracking the mouse.
Methods :
The methods in this class are:
Data Members:
There are no data members for this class.
Operation:
You can use this class to do things based on the location of the mouse pointer.
Source files:
Ancestors:
Purpose:
The constructor is a placeholder (does nothing).
Access:
Prototype:
LMouseTracker();
Purpose:
The destructor is a placeholder (does nothing).
Access:
Prototype:
virtual ~LMouseTracker();Parameters:
Purpose:
Track the mouse. This is an override of SpendTime() in LPeriodical.