Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidTouchScreen

Options to indicate whether the device supports touchscreen.
Read time 1 minuteLast updated 6 days ago

Definition

public enum AndroidTouchScreen

Remarks

Additional Resources: _touchScreen

Fields

Value

Description

FingerMirrors the Android property value
TOUCHSCREEN_FINGER
.
NoTouchMirrors the Android property value
TOUCHSCREEN_NOTOUCH
.
UndefinedMirrors the Android property value
TOUCHSCREEN_UNDEFINED
.