skrypton-api / com.waicool20.skrypton.jni.objects / SKryptonResizeEvent

SKryptonResizeEvent

class SKryptonResizeEvent : SKryptonEvent

An event which indicates that a SKryptonWebView has been resized.

Properties

newSize

val newSize: Dimension

Size of the SKryptonWebView after the event.

oldSize

val oldSize: Dimension

Size of the SKryptonWebView before the event.

Inherited Properties

handle

open val handle: CPointer

Native pointer backing this object.

Inherited Functions

close

open fun close(): Unit

Disposes this event.