# On-Screen Keyboard Move Selection

## Overview

![The On-Screen Keyboard Move Selection Node.](/files/ziFnmH1kHDHV8ZwsHnl6)

The **On-Screen Keyboard Move Selection Node** moves the selection from a previous one using the `Direction` **Attribute**, which is a **Vector2**.

This **Node** moves the selected **On-Screen Keyboard Button** in the `Direction` across the X axis, the Y axis, or both. If the first element of the **Vector2** (X-coordinate) is positive then it moves to the right, if it is 0 it doesn't move horizontally, and if it is negative it moves to the left. If the second element of the **Vector2** (Y-coordinate) is positive then it moves down, if it is 0 it doesn't move vertically, and if it is negative it moves up.

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

## Attributes

![The On-Screen Keyboard Move Selection Node Attributes.](/files/wZIY4VJSSgpFzA3A5KJo)

| Attribute   | Type         | Description                                     |
| ----------- | ------------ | ----------------------------------------------- |
| `Object`    | **ObjectID** | The target **Object**.                          |
| `Direction` | **Vector2**  | The XY-coordinates for the desired `Direction`. |

## 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**.                                      |
| `Direction`       | **Vector2**  | A **Vector2** that assigns XY-coordinates as input.                   |

## 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. |

## See Also

* [**On-Screen Keyboard Clear Input**](/incari-studio/2024.1/toolbox/incari/on-screenkeyboard/onscreenkeyboardclearinput.md)
* [**On-Screen Keyboard Get Input**](/incari-studio/2024.1/toolbox/incari/on-screenkeyboard/onscreenkeyboardgetinput.md)
* [**On-Screen Keyboard Press Button**](/incari-studio/2024.1/toolbox/incari/on-screenkeyboard/onscreenkeyboardpressbutton.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/2024.1/toolbox/incari/on-screenkeyboard/onscreenkeyboardmoveselection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
