Skip to main content

UserInputExt

Trait UserInputExt 

Source
pub trait UserInputExt<R: Runtime> {
    // Required method
    fn user_input(&self) -> &UserInput<R>;
}
Expand description

Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the user-input APIs.

Required Methods§

Source

fn user_input(&self) -> &UserInput<R>

Implementors§

Source§

impl<R: Runtime, T: Manager<R>> UserInputExt<R> for T