Click or drag to resize

InputGetJoyVibrationStrength Method

Returns the strength of the joypad vibration: x is the strength of the weak motor, and y is the strength of the strong motor.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Vector2 GetJoyVibrationStrength(
	int device
)

Parameters

device
Type: SystemInt32

[Missing <param name="device"/> documentation for "M:Godot.Input.GetJoyVibrationStrength(System.Int32)"]

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.Input.GetJoyVibrationStrength(System.Int32)"]

See Also