Click or drag to resize

InputEventIsPressed Method

Returns true if this input event is pressed. Not relevant for events of type InputEventMouseMotion or InputEventScreenDrag.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsPressed()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.InputEvent.IsPressed"]

See Also