Responder Developer Guide
MouseTracker Class
Members 


Product Availability
Required Licenses
.NET Assembly
The MouseTracker class is used to determine the speed (pixels/second) at which the mouse cursor moves across the screen. The speed is calculated by the distance the mouse has moved between subsequent calls to the CalculateMouseSpeed method.
Object Model
MouseTracker Class
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Class MouseTracker 
'Usage
 
Dim instance As MouseTracker
[ComVisible(false)]
public class MouseTracker 
Remarks
Tracking the speed of the mouse is often convenient when reponding to a MouseMove event (or similar) because the event can be called hundreds of times per second.
Inheritance Hierarchy

System.Object
   Miner.Responder.Desktop.MouseTracker

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MouseTracker Members
Miner.Responder.Desktop Namespace

 

 


Send Comment