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

SKryptonEvent

abstract class SKryptonEvent : NativeInterface

Class that represents an event originating from SKrypton.

Constructors

<init>

SKryptonEvent(pointer: Long)

Main constructor

Properties

handle

open val handle: CPointer

Native pointer backing this object.

Functions

close

open fun close(): Unit

Disposes this event.

Inherited Functions

dispose

fun dispose(): Unit

Disposes this object, usually same action as close

Inheritors

SKryptonKeyEvent

class SKryptonKeyEvent : SKryptonEvent

An event which indicates that a key action occurred.

SKryptonMouseEvent

class SKryptonMouseEvent : SKryptonEvent

An event which indicates that a mouse action occurred.

SKryptonResizeEvent

class SKryptonResizeEvent : SKryptonEvent

An event which indicates that a SKryptonWebView has been resized.

SKryptonWheelEvent

class SKryptonWheelEvent : SKryptonEvent

An event which indicates a mouse wheel event occurred.