The PeriodicKeyboardUpdates type exposes the following members.

Constructors

  NameDescription
Public methodPeriodicKeyboardUpdates
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 eventKeyboardKeyUpdate
Handler for keyboard key update events. In order to receive the peridical keyboard key updates, a callback method to handle the keyboard key data must be registered here. A callback can only be registed once in here.

See Also