This documentation is archived and is not being maintained.
DeviceObjectTypeFlags Enumeration (Microsoft.DirectX.DirectInput)
Definition
| Visual Basic | Public Enum DeviceObjectTypeFlags |
| C# | public enum DeviceObjectTypeFlags |
| C++ | public enum class DeviceObjectTypeFlags |
| JScript | public enum DeviceObjectTypeFlags |
Members
| Member | Value | Description |
| Button | 12 | |
| NoCollection | 16776960 | |
| Alias | 134217728 | Flags describing other attributes of the data format. This value can be one of the following: |
| VendorDefined | 67108864 | |
| Output | 268435456 | |
| ForceFeedbackEffectTrigger | 33554432 | |
| ForceFeedbackActuator | 16777216 | |
| InstanceMask | 16776960 | |
| AnyInstance | 16776960 | |
| NoData | 128 | |
| Collection | 64 | |
| Pov | 16 | |
| ToggleButton | 8 | |
| PushButton | 4 | |
| Axis | 3 | |
| AbsoluteAxis | 2 | |
| RelativeAxis | 1 | |
| All | 0 | Flags describing other attributes of the data format. This value can be one of the following: |
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 |