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 readonly Vector2 position { get; }
Property Value
Declaration
public static readonly FourCC Type { get; }
Property Value
Declaration
public readonly FourCC typeStatic { get; }
Property Value
Implements
Methods
Declaration
public static SetIMECursorPositionCommand Create(Vector2 cursorPosition)
Parameters
Type |
Name |
Description |
Vector2 |
cursorPosition |
|
Returns