Mouse Event
data class MouseEvent(type: String, detail: Long, altKey: Boolean, button: Int, buttons: Int, clientX: Int, clientY: Int, ctrlKey: Boolean, metaKey: Boolean, movementX: Int?, movementY: Int?, region: String?, screenX: Int, screenY: Int, shiftKey: Boolean, x: Int, y: Int, retrieved: JsonElement)
Content copied to clipboard
Corresponds to a JavaScript event object.
Constructors
MouseEvent
Link copied to clipboard
fun MouseEvent(type: String, detail: Long, altKey: Boolean, button: Int, buttons: Int, clientX: Int, clientY: Int, ctrlKey: Boolean, metaKey: Boolean, movementX: Int? = null, movementY: Int? = null, region: String? = null, screenX: Int, screenY: Int, shiftKey: Boolean, x: Int = clientX, y: Int = clientY, retrieved: JsonElement = JsonNull)
Content copied to clipboard