Device Command that enables IME Composition within the application. Primarily handled by Keyboard devices.
public struct EnableIMECompositionCommand : IInputDeviceCommandInfo
Fields
Declaration
public InputDeviceCommand baseCommand
Field Value
Properties
Set to true, and if true, Input Method Editors will be used while typing.
Declaration
public readonly bool imeEnabled { 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 EnableIMECompositionCommand Create(bool enabled)
Parameters
Type |
Name |
Description |
Boolean |
enabled |
|
Returns