# 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    | 1     | The prompt is activated by touch input.    |

## See also

{% content-ref url="../classes/proximityprompt" %}
[proximityprompt](https://docs.overdare.com/development/api-reference/classes/proximityprompt)
{% endcontent-ref %}
