[][src]Function web_dom::mouseevent::init_mouse_event

pub fn init_mouse_event(
    instance: DOMReference,
    type_arg: &str,
    can_bubble_arg: bool,
    cancelable_arg: bool,
    view_arg: DOMReference,
    detail_arg: f32,
    screen_x_arg: f32,
    screen_y_arg: f32,
    client_x_arg: f32,
    client_y_arg: f32,
    ctrl_key_arg: bool,
    alt_key_arg: bool,
    shift_key_arg: bool,
    meta_key_arg: bool,
    button_arg: f32,
    related_target_arg: DOMReference
)