redraw/dom/event/mouse
The MouseEvent interface represents events that occur due to the user
interacting with a pointing device (such as a mouse). Common events using
this interface include click,
dblclick,
mouseup,
mousedown.
Types
pub type MouseEvent
Values
pub fn get_modifier_state(event: MouseEvent, key: String) -> Bool