connectEnter

fun connectEnter(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (x: Double, y: Double) -> Unit): <Error class: unknown class>

Signals that the pointer has entered the widget.

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: x coordinates of pointer location; y coordinates of pointer location