CustomInputSourceRemoveJoystick Method |
Removes a joystick from the list of joysticks.
Namespace: Rewired.Platforms.CustomAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void RemoveJoystick(
CustomInputSourceJoystick joystick
)
Parameters
- joystick CustomInputSourceJoystick
- The joystick to remove.
See Also