docs.unity3d.com
    Show / Hide Table of Contents

    Struct IMECompositionEvent

    A specialized event that contains the current IME Composition string, if IME is enabled and active. This event contains the entire current string to date, and once a new composition is submitted will send a blank string event.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Namespace: UnityEngine.InputSystem.LowLevel
    Syntax
    public struct IMECompositionEvent : IInputEventTypeInfo

    Fields

    baseEvent

    Declaration
    public InputEvent baseEvent
    Field Value
    Type Description
    InputEvent

    compositionString

    Declaration
    public IMECompositionString compositionString
    Field Value
    Type Description
    IMECompositionString

    Type

    Declaration
    public const int Type = 1229800787
    Field Value
    Type Description
    Int32

    Properties

    typeStatic

    Declaration
    public readonly FourCC typeStatic { get; }
    Property Value
    Type Description
    FourCC
    Implements
    IInputEventTypeInfo.typeStatic

    Methods

    Create(Int32, String, Double)

    Declaration
    public static IMECompositionEvent Create(int deviceId, string compositionString, double time)
    Parameters
    Type Name Description
    Int32 deviceId
    String compositionString
    Double time
    Returns
    Type Description
    IMECompositionEvent
    Back to top
    Terms of use
    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