# On Hover Enter

## Overview

![The On Hover Enter Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-af5e2a5f99acf6ec5719e812c56bd5421d5bbe85%2Fonhoverenternode20241.png?alt=media)

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

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

## Inputs

| Input           | Type         | Description                                                                        |
| --------------- | ------------ | ---------------------------------------------------------------------------------- |
| `Object ID`     | **ObjectID** | The **Object** in which start 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 entry 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/toolbox/events/unsubscribe) to unsubscribe from the **Event**. |

## See Also

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

## External Links

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