> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/proximitypromptinputtype.md).

# ProximityPromptInputType

## Overview

ProximityPromptInputType is an Enum that represents the input type of a ProximityPrompt.

It distinguishes whether the ProximityPrompt is activated by keyboard input or touch input.

## Items

| Name     | Value | Description                                |
| -------- | ----- | ------------------------------------------ |
| Keyboard | 0     | The prompt is activated by keyboard input. |
| Touch    | 2     | The prompt is activated by touch input.    |

## See also

{% content-ref url="/pages/9KwgnjyICXhC3zbJ7ott" %}
[ProximityPrompt](/development/api-reference/classes/proximityprompt.md)
{% endcontent-ref %}
