Click or drag to resize

ControllerStatusChangedEventArgs Properties

The ControllerStatusChangedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertycontroller The Controller. This will be null if the Controller was already disconnected.
Public propertycontrollerId The id of the controller. This can be used along with controllerType to get the controller. For joysticks, this is equal to Joystick.id.
Public propertycontrollerType The type of the controller. This can be used along with controllerId to get the controller.
Public propertyname The name of the controller.
Top
See Also