pub fn is_pointer_pressed(
child: impl IntoUiNode,
state: impl IntoVar<bool>,
) -> UiNodeExpand description
P If is_mouse_pressed or is_touched_from_start.
Note that is_mouse_pressed and is_touched_from_start do not consider pointer capture, use is_cap_pointer_pressed to
include the captured state.