Click or drag to resize

BaseButtonKeepPressedOutside Property

If true, the button stays pressed when moving the cursor outside the button while pressing it.

Note: This property only affects the button's visual appearance. Signals will be emitted at the same moment regardless of this property's value.

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

Property Value

Type: Boolean
See Also