Click or drag to resize

BaseButtonPressed Property

If true, the button's state is pressed. Means the button is pressed down or toggled (if ToggleMode is active).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool Pressed { get; set; }

Property Value

Type: Boolean
See Also