connectUnpairedRelease
fun connectUnpairedRelease(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (x: Double, y: Double, <Error class: unknown class>, <Error class: unknown class>?) -> Unit): <Error class: unknown class>
Emitted whenever the gesture receives a release event that had no previous corresponding press.
Due to implicit grabs, this can only happen on situations where input is grabbed elsewhere mid-press or the pressed widget voluntarily relinquishes its implicit grab.
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect. Params: x
X coordinate of the event; y
Y coordinate of the event; button
Button being released; sequence
Sequence being released