🔰mouse event
🚧 under construction
browser ⟩ event ⟩ type ⟩ mouse
If you tap the screen, you’ll get
touch events:"touchstart", "touchend", then
mouse events:"mousedown", "mouseup", "click"❗
mouse event coords - compare .client/.page/.screenXY
Last updated
Was this helpful?