Search Results for

    Show / Hide Table of Contents

    Class InputProcessor

    Inheritance
    System.Object
    InputProcessor
    Namespace: Immersive.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class InputProcessor : MonoBehaviour

    Fields

    IsOn

    Declaration
    public bool IsOn
    Field Value
    Type Description
    System.Boolean

    Methods

    EndInputWithoutRelease(Int32)

    Declaration
    public void EndInputWithoutRelease(int id)
    Parameters
    Type Name Description
    System.Int32 id

    SetDeviceState(ImmersiveInputState)

    Declaration
    public void SetDeviceState(ImmersiveInputState state)
    Parameters
    Type Name Description
    ImmersiveInputState state

    SetupImmersiveSensorTouchInput(Int32)

    Declaration
    public void SetupImmersiveSensorTouchInput(int port)
    Parameters
    Type Name Description
    System.Int32 port

    Events

    OnCancelled

    Declaration
    public event Action<int> OnCancelled
    Event Type
    Type Description
    Action<System.Int32>

    OnHold

    Declaration
    public event InputProcessor.InputDelegateSimple OnHold
    Event Type
    Type Description
    InputProcessor.InputDelegateSimple

    OnHoldArea

    Declaration
    public event InputProcessor.InputDelegate OnHoldArea
    Event Type
    Type Description
    InputProcessor.InputDelegate

    OnHover

    Declaration
    public event Action<Vector2> OnHover
    Event Type
    Type Description
    Action<Vector2>

    OnPress

    Declaration
    public event InputProcessor.InputDelegateSimple OnPress
    Event Type
    Type Description
    InputProcessor.InputDelegateSimple

    OnPressArea

    Declaration
    public event InputProcessor.InputDelegate OnPressArea
    Event Type
    Type Description
    InputProcessor.InputDelegate

    OnRelease

    Declaration
    public event InputProcessor.InputDelegateSimple OnRelease
    Event Type
    Type Description
    InputProcessor.InputDelegateSimple

    OnReleaseArea

    Declaration
    public event InputProcessor.InputDelegate OnReleaseArea
    Event Type
    Type Description
    InputProcessor.InputDelegate

    OnRightClick

    Declaration
    public event InputProcessor.InputDelegateSimple OnRightClick
    Event Type
    Type Description
    InputProcessor.InputDelegateSimple
    In This Article
    Back to top Immersive Interactive