Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ReqTouchScreen

Mirrors the ReqTouchScreen enum.
Read time 1 minuteLast updated 10 days ago

Definition

public enum ReqTouchScreen

Remarks

For more information about the attribute, see Android's documentation: ReqTouchScreen attribute

Fields

Value

Description

FingerMirrors
android:reqTouchScreen="finger"
.
NotouchMirrors
android:reqTouchScreen="notouch"
.
NullAttribute is not set and will not appear in the element.
StylusMirrors
android:reqTouchScreen="stylus"
.
UndefinedMirrors
android:reqTouchScreen="undefined"
.