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