|
JoystickGetCurrentStatus Method
|
Get joystick's status.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax public JoystickStatus GetCurrentStatus()
Public Function GetCurrentStatus As JoystickStatus
Request Example
View SourceReturn Value
Type:
JoystickStatusReturns current status of initialized joystick, which provides information
about current state of all axes, buttons and point of view.
Exceptions Exception | Condition |
---|
NotConnectedException | The requested joystick is not connected to the system. |
ApplicationException | Joystick was not initialized. |
Remarks See Also