MouseEvent

constructor(type: String, detail: Long, altKey: Boolean, button: Int, buttons: Int, clientX: Float, clientY: Float, ctrlKey: Boolean, metaKey: Boolean, movementX: Int? = null, movementY: Int? = null, region: String? = null, screenX: Int, screenY: Int, pageX: Float, pageY: Float, offsetX: Float, offsetY: Float, shiftKey: Boolean, x: Float = clientX, y: Float = clientY, retrieved: JsonElement = JsonNull)(source)