Widget.canTarget
bool canTarget() @property nothrowGet canTarget property.
Returns
Whether the widget can receive pointer events.
void canTarget(bool propval) @property nothrowSet canTarget property.
Parameters
propval | Whether the widget can receive pointer events. |