ReshapeEvent

data class ReshapeEvent(var x: Int = 0, var y: Int = 0, var width: Int = 0, var height: Int = 0) : TypedEvent<ReshapeEvent>

Constructors

Link copied to clipboard
constructor(x: Int = 0, y: Int = 0, width: Int = 0, height: Int = 0)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
var height: Int
Link copied to clipboard
var target: Any?
Link copied to clipboard
open override var type: EventType<ReshapeEvent>
Link copied to clipboard
var width: Int
Link copied to clipboard
var x: Int
Link copied to clipboard
var y: Int

Functions

Link copied to clipboard
Link copied to clipboard
fun preventDefault(reason: Any? = null)
Link copied to clipboard
fun Event.preventDefault(reason: Any? = null): Nothing
Link copied to clipboard
fun stopPropagation(reason: Any? = null)