pub fn is_shortcut_pressed(
child: impl IntoUiNode,
state: impl IntoVar<bool>,
) -> UiNodeExpand description
P If the widget was clicked by shortcut or accessibility event and the shortcut_pressed_duration has not elapsed.
pub fn is_shortcut_pressed(
child: impl IntoUiNode,
state: impl IntoVar<bool>,
) -> UiNodeP If the widget was clicked by shortcut or accessibility event and the shortcut_pressed_duration has not elapsed.