Click or drag to resize

GCControllerDualSenseExtension Properties

The GCControllerDualSenseExtension type exposes the following members.

Properties
 NameDescription
Public propertycontroller The parent controller of this extension.
(Inherited from ControllerExtension)
Public propertymaxTouches Number of simultaneous touches supported by this device.
Public propertynativeDevicePointer Gets the native pointer to the GCController object. This is only useful for direct interaction with the Game Controller framework. If the pointer is unavailable or invalid, returns IntPtr.Zero.
(Inherited from GCControllerExtension)
Public propertynativePlayerIndex Gets the native player index. This corresponds to playerIndex in the Game Controller framework. This is only useful for direct interaction with the Game Controller framework.
(Inherited from GCControllerExtension)
Public propertytouchCount The current touch count.
Public propertyvibrationMotorCount The number of vibration motors in this controller.
Top
See Also