connectMotion
fun connectMotion(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (x: Double, y: Double) -> Unit): <Error class: unknown class>
Emitted when the pointer moves inside the widget.
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect. Params: x
the x coordinate; y
the y coordinate