Trait zng_ext_input::gesture::HeadlessAppGestureExt

source ·
pub trait HeadlessAppGestureExt {
    // Required method
    fn press_shortcut(
        &mut self,
        window_id: WindowId,
        shortcut: impl Into<Shortcut>,
    );
}
Expand description

Extension trait that adds gesture simulation methods to HeadlessApp.

Required Methods§

source

fn press_shortcut(&mut self, window_id: WindowId, shortcut: impl Into<Shortcut>)

Generates key press events to mimic the shortcut and updates.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl HeadlessAppGestureExt for HeadlessApp

source§

fn press_shortcut(&mut self, window_id: WindowId, shortcut: impl Into<Shortcut>)

Implementors§