class SKryptonResizeEvent : SKryptonEvent
An event which indicates that a SKryptonWebView has been resized.
val newSize: Dimension
Size of the SKryptonWebView after the event. |
|
val oldSize: Dimension
Size of the SKryptonWebView before the event. |
open val handle: CPointer
Native pointer backing this object. |
open fun close(): Unit
Disposes this event. |