# Get Mouse Position

## Overview

![The Get Mouse Position Node.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-161925fbc6a34e89762a6bb2f7bde51843159dc3%2Fgetmouseposition.png?alt=media)

The **Get Mouse Position Node** returns the X and Y coordinates of the mouse's position in a device's screen.

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |

## 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** | The X and Y coordinates of the mouse's position.                                                                                       |

## See Also

* [**Get Mouse Position Delta**](https://docs.incari.com/incari-studio/2023.1/toolbox/events/mouse/getmousepositiondelta)
