The PeriodicKeyboardUpdates type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PeriodicKeyboardUpdates |
Class constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | StartReceivingPeriodicalUpdates |
Starts sending periodical mouse position updates.
|
![]() | StopReceivingPeriodicalUpdates |
Stops sending periodical mouse position updates.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | UpdateRate |
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
Name | Description | |
---|---|---|
![]() | KeyboardKeyUpdate |
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.
|