Struct EnableIMECompositionCommand
  Device Command that enables IME Composition within the application.  Primarily handled by Keyboard devices.
 
  
  
  
  
  Assembly: Unity.InputSystem.dll
  
  
    public struct EnableIMECompositionCommand : IInputDeviceCommandInfo
   
  Fields
  
  
  
  Declaration
  
    public InputDeviceCommand baseCommand
   
  Field Value
  
  Properties
  
  
  
  
  Declaration
  
    public static FourCC Type { get; }
   
  Property Value
  
  
  
  Set to true, and if true, Input Method Editors will be used while typing.
 
  
  Declaration
  
    public bool imeEnabled { get; }
   
  Property Value
  
  
  
  The data format identifier of the device command as a FourCC code.
 
  
  Declaration
  
    public FourCC typeStatic { get; }
   
  Property Value
  
  Methods
  
  
  
  
  Declaration
  
    public static EnableIMECompositionCommand Create(bool enabled)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | bool | 
        enabled | 
         | 
      
    
  
  Returns
  
  Implements