Click or drag to resize

InputEventScreenTouchSetPressed Method

Note: This API is now obsolete.

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

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

Parameters

pressed
Type: SystemBoolean

[Missing <param name="pressed"/> documentation for "M:Godot.InputEventScreenTouch.SetPressed(System.Boolean)"]

See Also