- Namespace
- SharpInputSystem
- Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["DeviceInfo"]
click Interface0 "/sharpinputsystem/api/SharpInputSystem/DeviceInfo"
Type["JoystickInfo"]
class Type type-node
Syntax
public class JoystickInfo : DeviceInfo
Properties
| Name | Value | Summary |
|---|---|---|
| DeviceId | Guid | |
| Id | int | |
| IsXInput | bool | |
| ProductGuid | Guid | |
| Vendor | string | |
| XInputDevice | int |