# On On-Screen Keyboard Input Changed

## Overview

![The On On-Screen Keyboard Input Changed Node.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-2ea73e91f7d2c964fa0f545116997ea45543912e%2Fononscreenkeyboardinputchangedupdatedimage.png?alt=media)

The **On On-Screen Keyboard Enter Pressed** **Node** is an **Event Listener** **Node** used for executing a **Logic Branch** when the input of an **On-Screen Keyboard** is changed.

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

## Attributes

![The On On-Screen Keyboard Input Changed Node Attributes.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-8fd422fc17cb25a2e46b96569d2dcd55d2a245a9%2Fononscreenkeyboardinputchangedattributes.png?alt=media)

| Attribute | Type         | Description                                                                                                                              |
| --------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | The **On-Screen Keyboard** in which an input change triggers the **Logic Branch**, if none is given in the `Object ID` **Input Socket**. |

### Inputs

| Input           | Type         | Description                                                                        |
| --------------- | ------------ | ---------------------------------------------------------------------------------- |
| `Object ID`     | **ObjectID** | The **On-Screen Keyboard** in which an input change 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. |
| `Keyboard Input`   | **String**   | The input of the **On-Screen Keyboard**.                                                                                               |
| `Object ID`        | **ObjectID** | The **On-Screen Keyboard** received as **Input**.                                                                                      |

## See Also

* [**On On-Screen Keyboard Enter Pressed**](https://docs.incari.com/incari-studio/2022.1/toolbox/events/on-screenkeyboard/on-onscreen-keyboard-enter-pressed)
* [**On On-Screen Keyboard Arrow Down Pressed**](https://docs.incari.com/incari-studio/2022.1/toolbox/events/on-screenkeyboard/ononscreenkeyboardarrowdownpressed)
* [**On On-Screen Keyboard Arrow Up Pressed**](https://docs.incari.com/incari-studio/2022.1/toolbox/events/on-screenkeyboard/ononscreenkeyboardarrowuppressed)
* [**On On-Screen Keyboard Key Pressed**](https://docs.incari.com/incari-studio/2022.1/toolbox/events/on-screenkeyboard/ononscreenkeyboardpressed)
