connectReleased

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

Emitted when a button or touch is released.

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: nPress number of press that is paired with this release; x The X coordinate, in widget allocation coordinates; y The Y coordinate, in widget allocation coordinates