Search Results for

    Show / Hide Table of Contents

    Class InputManager

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    LogicBehaviour
    ManagerBase<InputManager>
    InputManager
    Implements
    ILogicUpdate
    ISettingsChangedCallback
    Inherited Members
    ManagerBase<InputManager>.instance
    ManagerBase<InputManager>.softInstance
    ManagerBase<InputManager>.Awake()
    ManagerBase<InputManager>.OnEnable()
    ManagerBase<InputManager>.OnDisable()
    LogicBehaviour.shouldRegisterUpdates
    LogicBehaviour.LogicUpdate(float)
    LogicBehaviour.GetComponent<T>(out T)
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class InputManager : ManagerBase<InputManager>, ILogicUpdate, ISettingsChangedCallback

    Methods

    AddShakeInstance(ShakeInstance)

    Declaration
    public void AddShakeInstance(ShakeInstance si)
    Parameters
    Type Name Description
    ShakeInstance si

    FrameUpdate()

    Declaration
    public override void FrameUpdate()
    Overrides
    LogicBehaviour.FrameUpdate()

    GetMouseSensitivity()

    Declaration
    public static int GetMouseSensitivity()
    Returns
    Type Description
    int

    GetStickDirection(GamepadButtonEx)

    Declaration
    public bool GetStickDirection(GamepadButtonEx g)
    Parameters
    Type Name Description
    GamepadButtonEx g
    Returns
    Type Description
    bool

    GetStickDirectionDown(GamepadButtonEx)

    Declaration
    public bool GetStickDirectionDown(GamepadButtonEx g)
    Parameters
    Type Name Description
    GamepadButtonEx g
    Returns
    Type Description
    bool

    GetStickDirectionUp(GamepadButtonEx)

    Declaration
    public bool GetStickDirectionUp(GamepadButtonEx g)
    Parameters
    Type Name Description
    GamepadButtonEx g
    Returns
    Type Description
    bool

    IsStickDirection(GamepadButtonEx)

    Declaration
    public bool IsStickDirection(GamepadButtonEx g)
    Parameters
    Type Name Description
    GamepadButtonEx g
    Returns
    Type Description
    bool

    OnSettingsChanged()

    Declaration
    public void OnSettingsChanged()

    ResetInputDevices()

    Declaration
    public void ResetInputDevices()

    SetMouseSensitivity(int)

    Declaration
    public static void SetMouseSensitivity(int sensitivity)
    Parameters
    Type Name Description
    int sensitivity

    Implements

    ILogicUpdate
    ISettingsChangedCallback

    Extension Methods

    DewGUI.SetExpandHeight<T>(T, bool)
    DewGUI.SetExpandHeight<T>(T, float)
    DewGUI.SetExpandWidth<T>(T, bool)
    DewGUI.SetExpandWidth<T>(T, float)
    DewGUI.SetHeight<T>(T, float)
    DewGUI.SetText<T>(T, string)
    DewGUI.SetTextLocalized<T>(T, string)
    DewGUI.SetWidth<T>(T, float)
    In This Article
    Back to top Shape of Dreams API Documentation