Class AndroidInput
Assembly: UnityEngine.dll
public class AndroidInput
Properties
|
Improve this Doc
View Source
Declaration
public static bool secondaryTouchEnabled { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public static int secondaryTouchHeight { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public static int secondaryTouchWidth { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public static int touchCountSecondary { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public static Touch GetSecondaryTouch(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Returns
Extension Methods