# AndroidTouchScreen

> Options to indicate whether the device supports touchscreen.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.Android](/engine/6000.6/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public enum AndroidTouchScreen
```

## Remarks

Additional Resources: [AndroidConfiguration.touchScreen](/engine/6000.6/script-reference/unityengine/android/androidconfiguration/touchscreen.md)

## Fields

| Value                                                                                            | Description                                                 |
| ------------------------------------------------------------------------------------------------ | ----------------------------------------------------------- |
| [Finger](/engine/6000.6/script-reference/unityengine/android/androidtouchscreen/finger.md)       | Mirrors the Android property value `TOUCHSCREEN_FINGER`.    |
| [NoTouch](/engine/6000.6/script-reference/unityengine/android/androidtouchscreen/notouch.md)     | Mirrors the Android property value `TOUCHSCREEN_NOTOUCH`.   |
| [Undefined](/engine/6000.6/script-reference/unityengine/android/androidtouchscreen/undefined.md) | Mirrors the Android property value `TOUCHSCREEN_UNDEFINED`. |
