pub fn on_pointerlockerror<CB, MSG>(cb: CB) -> Attribute<MSG>where
CB: Fn(MouseEvent) -> MSG + 'static,
MSG: 'static,Expand description
attach an on_pointerlockerror event to the html element
pub fn on_pointerlockerror<CB, MSG>(cb: CB) -> Attribute<MSG>where
CB: Fn(MouseEvent) -> MSG + 'static,
MSG: 'static,attach an on_pointerlockerror event to the html element