> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2022.1/toolbox/incari/on-screenkeyboard/onscreenkeyboardgetinput.md).

# On-Screen Keyboard Get Input

## Overview

![The On-Screen Keyboard Get Input Node.](/files/BtWkGpES2Fc3QZWpe6fr)

The **On-Screen Keyboard Get Input Node** returns the input from the **On-Screen Keyboard**.

[**Scope**](/incari-studio/2022.1/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The On-Screen Keyboard Get Input Node Attributes.](/files/ypvLde5h2MR9xbrbuDfz)

| Attribute | Type         | Description            |
| --------- | ------------ | ---------------------- |
| `Object`  | **ObjectID** | The target **Object**. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The ID of the target **Object**.                                      |

## 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 from the **On-Screen Keyboard**.                                                                                             |

## See Also

* [**On-Screen Keyboard Clear Input**](/incari-studio/2022.1/toolbox/incari/on-screenkeyboard/onscreenkeyboardclearinput.md)
* [**On-Screen Keyboard Move Selection**](/incari-studio/2022.1/toolbox/incari/on-screenkeyboard/onscreenkeyboardmoveselection.md)
* [**On-Screen Keyboard Press Button**](/incari-studio/2022.1/toolbox/incari/on-screenkeyboard/onscreenkeyboardpressbutton.md)
