zng::window::inspector

Function show_hit_test

source
pub fn show_hit_test(
    child: impl UiNode,
    enabled: impl IntoVar<bool>,
) -> impl UiNode
Expand description

P Draws the inner bounds that where tested for the mouse point.

ยงWindow Only

This property only works if set in a window, if set in another widget it will log an error and not render anything.