Responder Developer Guide
CalculateMouseSpeed Method


Calculates the speed of the mouse cursor (pixels/sec) since the last call.
Syntax
'Declaration
 
Public Function CalculateMouseSpeed() As Double
'Usage
 
Dim instance As MouseTracker
Dim value As Double
 
value = instance.CalculateMouseSpeed()
public double CalculateMouseSpeed()

Return Value

The distance the mouse cursor has moved in pixels/sec. The first call to this method during the lifespan of the object instance will always return zero.
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 Class
MouseTracker Members

 

 


Send Comment