Click or drag to resize

Joystick Methods

The CustomPlatformInputSourceJoystick type exposes the following members.

Methods
 NameDescription
Public methodConnect Connect the controller.
(Inherited from CustomInputSourceController)
Public methodDisconnect Disconnect the controller.
(Inherited from CustomInputSourceController)
Public methodGetAxisValue
(Inherited from CustomInputSourceJoystick)
Public methodGetButtonFloatValue
(Inherited from CustomInputSourceJoystick)
Public methodGetButtonValue
(Inherited from CustomInputSourceJoystick)
Public methodSetAxisValue
(Inherited from CustomInputSourceJoystick)
Public methodSetButtonFloatValue
(Inherited from CustomInputSourceJoystick)
Public methodSetButtonValue
(Inherited from CustomInputSourceJoystick)
Public methodUpdate Update function. Called when input should be updated.
(Inherited from CustomInputSourceController)
Top
See Also