Function use_mouse_with_options

Source
pub fn use_mouse_with_options<El, M, Ex>(
    options: UseMouseOptions<El, M, Ex>,
) -> UseMouseReturn
Expand description

Variant of use_mouse that accepts options. Please see use_mouse for how to use.