[][src]Function web_dom::keyboardevent::init_keyboard_event

pub fn init_keyboard_event(
    instance: DOMReference,
    type_arg: &str,
    bubbles_arg: bool,
    cancelable_arg: bool,
    view_arg: DOMReference,
    key_arg: &str,
    location_arg: f32,
    ctrl_key: bool,
    alt_key: bool,
    shift_key: bool,
    meta_key: bool
)