Click or drag to resize

BaseButton_Pressed Method

Called when the button is pressed. If you need to know the button's pressed state (and ToggleMode is active), use _Toggled(Boolean) instead.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public virtual void _Pressed()
See Also