performMouseExit
suspend fun <T : Component> SwingNodeInteraction<T>.performMouseExit(position: Point? = null): SwingNodeInteraction<T>
Takes the pointer off the matched node at position and settles the composition. position defaults to the middle of the node, in the node's own coordinates.
Return
this interaction, for chaining a further gesture or assertion.
Parameters
position
the point the pointer leaves from; a UI clearing a rollover state does so wherever this lands.