Device.CurrentJoystickState Property (Microsoft.DirectX.DirectInput)

Retrieves immediate data from the joystick device.

Definition

Visual Basic Public ReadOnly Property CurrentJoystickState As JoystickState
C# public JoystickState CurrentJoystickState { get; }
C++ public:
property JoystickState CurrentJoystickState {
        JoystickState get();
}
JScript public function get CurrentJoystickState() : JoystickState

Property Value

Microsoft.DirectX.DirectInput.JoystickState

This property is read-only.