Control._clipsInput

Virtual method to be implemented by the user. Returns whether _guiInput 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.

struct Control
@nogc nothrow
bool
_clipsInput
()

Meta