pub fn use_mouse_with_options<El, M, Ex>( options: UseMouseOptions<El, M, Ex>, ) -> UseMouseReturnwhere El: IntoElementMaybeSignal<EventTarget, M>, Ex: UseMouseEventExtractor + Clone + 'static,
Variant of use_mouse that accepts options. Please see use_mouse for how to use.
use_mouse