case class Pointer(screenX: Double, screenY: Double, clientX: Double, clientY: Double, pageX: Double, pageY: Double, movementX: Long, movementY: Long, altKey: Boolean, ctrlKey: Boolean, metaKey: Boolean, shiftKey: Boolean, button: Int, buttons: Int, defaultPrevented: Boolean, pointerId: Double, width: Double, height: Double, pressure: Double, tiltX: Double, tiltY: Double, pointerType: String, isPrimary: Boolean, tangentialPressure: Double, twist: Int) extends MouseLike
- Companion
- object