UserInteractiveDeviceEventArgs Methods |
The UserInteractiveDeviceEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsButtonPressed |
Check if given button is pressed.
| |
| IsButtonReleased |
Check if given button is released.
| |
| ToString |
Return button state and event type as string.
(Overrides ObjectToString.) |