AndroidInput 安卓输入


AndroidInput provides support for off-screen touch input, such as a touchpad.

AndroidInput离屏(off-screen)触摸输入支持提供

支持,就像touchpad。


Class Variables类变量

  • touchCountSecondary
    Number of secondary touches. Guaranteed not to change throughout the frame. (Read Only).
          二次触摸数。确保不会改变整个帧数(只读)。
  • secondaryTouchEnabled
    Property indicating whether the system provides secondary touch input.
          这个属性表示系统是否提供
    二次触摸输入。
  • secondaryTouchWidth
    Property indicating the width of the secondary touchpad.
          这个属性表示二次触摸板的宽度。
  • secondaryTouchHeight
    Property indicating the height of the secondary touchpad.
          这个属性表示二次触摸板的高度。

Class Functions类函数

  • GetSecondaryTouch
    Returns object representing status of a specific touch on a secondary touchpad (Does not allocate temporary variables).
          返回对象代表一个特定在一个二次触摸板的触摸状态(不分配临时变量)。


,