Sets the position for IME dialogs.  This is in pixels, from the upper left corner going down and to the right.
 
public struct SetIMECursorPositionCommand : IInputDeviceCommandInfo
 
Fields
  
Declaration
public InputDeviceCommand baseCommand
 
Field Value
Properties
  
Declaration
public Vector2 position { get; }
 
Property Value
Declaration
public static FourCC Type { get; }
 
Property Value
Declaration
public FourCC typeStatic { get; }
 
Property Value
Implements
Methods
  
Declaration
public static SetIMECursorPositionCommand Create(Vector2 cursorPosition)
 
Parameters
| Type | 
Name | 
Description | 
| Vector2 | 
cursorPosition | 
 | 
Returns