Struct SetIMECursorPositionCommand
  Sets the position for IME dialogs.  This is in pixels, from the upper left corner going down and to the right.
 
  
  
  
  
  Assembly: Unity.InputSystem.dll
  
  
    public struct SetIMECursorPositionCommand : IInputDeviceCommandInfo
   
  Fields
  
  
  
  Declaration
  
    public InputDeviceCommand baseCommand
   
  Field Value
  
  Properties
  
  
  
  
  Declaration
  
    public static FourCC Type { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public Vector2 position { 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 SetIMECursorPositionCommand Create(Vector2 cursorPosition)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Vector2 | 
        cursorPosition | 
         | 
      
    
  
  Returns
  
  Implements