Click or drag to resize

Control_ClipsInput Method

Virtual method to be implemented by the user. Returns whether _GuiInput(InputEvent) should not be called for children controls outside this control's rectangle. Input will be clipped to the Rect of this Control. Similar to RectClipContent, but doesn't affect visibility.

If not overridden, defaults to false.

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Control._ClipsInput"]

See Also