onUnpairedRelease

fun onUnpairedRelease(    connectFlags: <Error class: unknown class> = ConnectFlags(0u),     handler: (<Error class: unknown class>, <Error class: unknown class>, <Error class: unknown class>, <Error class: unknown class>?) -> Unit): <Error class: unknown class>(source)

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