Class RawInputKeyResponse | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class RawInputKeyResponse

    Inheritance
    Object
    RawInputKeyResponse
    Namespace: Unity.UIWidgets.service
    Syntax
    public class RawInputKeyResponse

    Constructors

    RawInputKeyResponse(Boolean, Char, Nullable<TextInputAction>)

    Declaration
    public RawInputKeyResponse(bool swallow, char input = '\0', TextInputAction? inputAction = default(TextInputAction? ))
    Parameters
    Type Name Description
    Boolean swallow
    Char input
    Nullable<TextInputAction> inputAction

    Fields

    input

    Declaration
    public readonly char input
    Field Value
    Type Description
    Char

    inputAction

    Declaration
    public readonly TextInputAction? inputAction
    Field Value
    Type Description
    Nullable<TextInputAction>

    swallow

    Declaration
    public readonly bool swallow
    Field Value
    Type Description
    Boolean

    swallowResponse

    Declaration
    public static readonly RawInputKeyResponse swallowResponse
    Field Value
    Type Description
    RawInputKeyResponse

    Methods

    convert(RawKeyEvent)

    Declaration
    public static RawInputKeyResponse convert(RawKeyEvent evt)
    Parameters
    Type Name Description
    RawKeyEvent evt
    Returns
    Type Description
    RawInputKeyResponse
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023