Function 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.

bool _clipsInput() nothrow @nogc;