Function zng_wgt::hit_test_mode

source ·
pub fn hit_test_mode(
    child: impl UiNode,
    mode: impl IntoVar<HitTestMode>
) -> impl UiNode
Expand description

P Defines if and how the widget is hit-tested.

See HitTestMode for more details.