The PeriodicMouseUpdates type exposes the following members.

Constructors

  NameDescription
Public methodPeriodicMouseUpdates
Class constructor.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStartReceivingPeriodicalUpdates
Starts sending periodical mouse position updates.
Public methodStopReceivingPeriodicalUpdates
Stops sending periodical mouse position updates.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyUpdateRate
Number of times per second the data should be updated. Minimum value allowed is 1. Default value is 41 (24 Hz).
(Inherited from PeriodicDataUpdates.)

Events

  NameDescription
Public eventMousePositionUpdate
Handler for mouse position update events. In order to receive the peridical mouse updates, a callback method to handle the mouse position data must be registered here. A callback can only be registed once in here.

See Also