Click or drag to resize

ControlInputPassOnModalCloseClick Property

Enables whether input should propagate when you close the control as modal.

If false, stops event handling at the viewport input event handling. The viewport first hides the modal and after marks the input as handled.

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

Property Value

Type: Boolean
See Also