abstract class SKryptonEvent : NativeInterface
Class that represents an event originating from SKrypton.
SKryptonEvent(pointer: Long)
Main constructor |
open val handle: CPointer
Native pointer backing this object. |
open fun close(): Unit
Disposes this event. |
fun dispose(): Unit
Disposes this object, usually same action as close |
class SKryptonKeyEvent : SKryptonEvent
An event which indicates that a key action occurred. |
|
class SKryptonMouseEvent : SKryptonEvent
An event which indicates that a mouse action occurred. |
|
class SKryptonResizeEvent : SKryptonEvent
An event which indicates that a SKryptonWebView has been resized. |
|
class SKryptonWheelEvent : SKryptonEvent
An event which indicates a mouse wheel event occurred. |