Click or drag to resize

InputEventMouseButtonSetButtonIndex Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.InputEventMouseButton.SetButtonIndex(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetButtonIndex is deprecated. Use the ButtonIndex property instead.")]
public void SetButtonIndex(
	int buttonIndex
)

Parameters

buttonIndex
Type: SystemInt32

[Missing <param name="buttonIndex"/> documentation for "M:Godot.InputEventMouseButton.SetButtonIndex(System.Int32)"]

See Also