mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-26 21:41:48 +02:00
chore: update documentation
This commit is contained in:
@@ -33,6 +33,7 @@ pub use mobile::Haptics;
|
||||
|
||||
/// Extensions to [`tauri::App`], [`tauri::AppHandle`], [`tauri::WebviewWindow`], [`tauri::Webview`] and [`tauri::Window`] to access the haptics APIs.
|
||||
pub trait HapticsExt<R: Runtime> {
|
||||
/// Returns a handle to the [`Haptics`] APIs.
|
||||
fn haptics(&self) -> &Haptics<R>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user