This documentation is archived and is not being maintained.
ForceFeedbackStates Enumeration (Microsoft.DirectX.DirectInput)
Definition
| Visual Basic | Public Enum ForceFeedbackStates |
| C# | public enum ForceFeedbackStates |
| C++ | public enum class ForceFeedbackStates |
| JScript | public enum ForceFeedbackStates |
Members
| Member | Value | Description |
| Empty | 1 | Retrieves the state of the device's force-feedback system. |
| DeviceLost | -2147483648 | |
| UserForceFeedbackSwitchOff | 2048 | |
| UserForceFeedbackSwitchOn | 1024 | |
| SafterSwitchOff | 512 | |
| SafetySwitchOn | 256 | |
| PowerOff | 128 | |
| PowerOn | 64 | Retrieves the state of the device's force-feedback system. |
| ActuatorsOff | 32 | |
| ActuatorsOn | 16 | |
| Paused | 4 | Retrieves the state of the device's force-feedback system. |
| Stopped | 2 | |
Enumeration Information
| Namespace | Microsoft.DirectX.DirectInput |
| Assembly | Microsoft.DirectX.DirectInput (microsoft.directx.directinput.dll) |
| Strong Name | Microsoft.DirectX.DirectInput,
Version=1.0.900.0,
Culture=neutral,
PublicKeyToken=d3231b57b74a1492 |