Click or drag to resize

InputEventMouseButtonSetDoubleclick Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDoubleclick is deprecated. Use the Doubleclick property instead.")]
public void SetDoubleclick(
	bool doubleclick
)

Parameters

doubleclick
Type: SystemBoolean

[Missing <param name="doubleclick"/> documentation for "M:Godot.InputEventMouseButton.SetDoubleclick(System.Boolean)"]

See Also