Show / Hide Table of Contents

Class MobileInput

The mobile input device class.
移動輸入裝置類別。

Inheritance
System.Object
Element
Device
MobileInput
Inherited Members
Device.address
Device.channel
Device.index
Device.holdingDuration
Device.ButtonIndex(String, String)
Device.AxisIndex(String, String)
Device.KeyboardIndex(String)
Element.name
Element.Equals(String, Boolean)
Element.Contains(String, Boolean, Boolean)
Namespace: Votanic.vIO.Mobile
Assembly: Votanic.vIO.dll
Syntax
public class MobileInput : Device

Constructors

MobileInput(Int32, Single, Single, Single)

Declare a mobile input.
宣句一個移動輸入。

Declaration
public MobileInput(int index, float axesDeadZone, float axesPressDetect, float holdingDuration)
Parameters
Type Name Description
System.Int32 index
System.Single axesDeadZone
System.Single axesPressDetect
System.Single holdingDuration

Fields

axes

Axes of mobile input.
移動輸入裝置的軸群。

Declaration
public MobileAxes axes
Field Value
Type Description
MobileAxes

buttons

Buttons of mobile input.
移動輸入裝置的按鈕群。

Declaration
public MobileButtons buttons
Field Value
Type Description
MobileButtons

Methods

Update()

Declaration
public void Update()
In This Article
Back to top Generated by DocFX