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.
pub trait UserInputExt<R: Runtime> {
// Required method
fn user_input(&self) -> &UserInput<R>;
}Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the user-input APIs.