Class InputProcessor
Inheritance
System.Object
InputProcessor
Assembly: cs.temp.dll.dll
public class InputProcessor : MonoBehaviour
Fields
Declaration
Field Value
| Type |
Description |
| System.Boolean |
|
Methods
Declaration
public void EndInputWithoutRelease(int id)
Parameters
| Type |
Name |
Description |
| System.Int32 |
id |
|
Declaration
public void SetDeviceState(ImmersiveInputState state)
Parameters
Declaration
public void SetupImmersiveSensorTouchInput(int port)
Parameters
| Type |
Name |
Description |
| System.Int32 |
port |
|
Events
Declaration
public event Action<int> OnCancelled
Event Type
| Type |
Description |
| Action<System.Int32> |
|
Declaration
public event InputProcessor.InputDelegateSimple OnHold
Event Type
Declaration
public event InputProcessor.InputDelegate OnHoldArea
Event Type
Declaration
public event Action<Vector2> OnHover
Event Type
| Type |
Description |
| Action<Vector2> |
|
Declaration
public event InputProcessor.InputDelegateSimple OnPress
Event Type
Declaration
public event InputProcessor.InputDelegate OnPressArea
Event Type
Declaration
public event InputProcessor.InputDelegateSimple OnRelease
Event Type
Declaration
public event InputProcessor.InputDelegate OnReleaseArea
Event Type
Declaration
public event InputProcessor.InputDelegateSimple OnRightClick
Event Type