skrypton-api / com.waicool20.skrypton.jni.objects / SKryptonWidget / addOnMouseEventListener

addOnMouseEventListener

fun addOnMouseEventListener(type: MouseEventType, listener: (event: SKryptonMouseEvent) -> Unit): Unit

Adds a listener for when a mouse event occurs on this widget.

Parameters

listener - Listener used to receive this event. This lambda receives a variable event which contains event details.