Class KeyboardExtensions | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class KeyboardExtensions

    Inheritance
    System.Object
    KeyboardExtensions
    Namespace: UnityEngine.InputSystem
    Syntax
    public static class KeyboardExtensions

    Methods

    IsModifierKey(Key)

    Declaration
    public static bool IsModifierKey(this Key key)
    Parameters
    Type Name Description
    Key key
    Returns
    Type Description
    System.Boolean

    IsTextInputKey(Key)

    Declaration
    public static bool IsTextInputKey(this Key key)
    Parameters
    Type Name Description
    Key key
    Returns
    Type Description
    System.Boolean
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX