struct Protocol::Input::ImeSetComposition

Overview

This method sets the current candidate text for ime. Use imeCommitComposition to commit the final text. Use imeSetComposition with empty string as text to cancel composition.

Included Modules

Defined in:

protocol/input.cr

Constructors

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]