Show / Hide Table of Contents

Class AndroidInput

Inheritance
Object
AndroidInput
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public class AndroidInput

Properties

| Improve this Doc View Source

secondaryTouchEnabled

Declaration
public static bool secondaryTouchEnabled { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

secondaryTouchHeight

Declaration
public static int secondaryTouchHeight { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

secondaryTouchWidth

Declaration
public static int secondaryTouchWidth { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

touchCountSecondary

Declaration
public static int touchCountSecondary { get; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

GetSecondaryTouch(Int32)

Declaration
public static Touch GetSecondaryTouch(int index)
Parameters
Type Name Description
Int32 index
Returns
Type Description
Touch

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX