pub fn try_from_web_button(b: i16) -> Option<PointerButton>Expand description
Try to make a PointerButton from a web_sys::MouseEvent::button.
Values less than 0 or greater than 31 will not be mapped.
This corresponds to ยง5.1.1.2 of the Pointer Events Level 2 specification.