Function zng::gesture::context_click_shortcut
source ยท pub fn context_click_shortcut(
child: impl UiNode,
shortcuts: impl IntoVar<Shortcuts>,
) -> impl UiNode
Expand description
P
Keyboard shortcuts that focus and context clicks this widget.
When any of the shortcuts
is pressed, focus and context clicks this widget.