Click or drag to resize

InputEventWithModifiersSetControl Method

Note: This API is now obsolete.

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

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

Parameters

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.InputEventWithModifiers.SetControl(System.Boolean)"]

See Also