# On Hover Leave

## Overview

![The On Hover Leave Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-2f1c3ae6540386855871ac76a4c33d4ca5394a4b%2Fonhoverleavenode2.png?alt=media)

**On Hover Leave** is an **Event Listener** **Node** used for executing a **Logic Branch** when the cursor stops hovering over an **Object**.

[**Scope**](https://docs.incari.com/incari-studio/2023.2/overview#scopes): **Scene**, **Prefab**.

## Attributes

## Inputs

| Input           | Type         | Description                                                                        |
| --------------- | ------------ | ---------------------------------------------------------------------------------- |
| `Object ID`     | **ObjectID** | The **Object** in which stop hovering triggers the **Logic Branch**.               |
| `Subscribe` (►) | **Pulse**    | An **Input Pulse** that needs to be triggered to start listening to the **Event**. |

## Outputs

| Output             | Type         | Description                                                                                                                                                                                      |
| ------------------ | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| *Pulse Output* (►) | **Pulse**    | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution.                                                           |
| `Position`         | **Vector2**  | **Vector** containing the XY-coordinates of the point of exit with respect to the bottom left of the **Screen**.                                                                                 |
| `Object ID`        | **ObjectID** | The **Object** received as **Input**.                                                                                                                                                            |
| `Event ID`         | **ObjectID** | The ID of the current **Event**. This can be connected to the [**Unsubscribe Node**](https://docs.incari.com/incari-studio/2023.2/toolbox/events/unsubscribe) to unsubscribe from the **Event**. |

## See Also

* [**Events**](https://docs.incari.com/incari-studio/2023.2/toolbox/events)
* [**Mouse**](https://docs.incari.com/incari-studio/2023.2/toolbox/events/mouse)

## External Links

* [*Mouseover*](https://en.wikipedia.org/wiki/Mouseover) on Wikipedia.
