| |
---|
| | \fn HonokaInstance::process_prediction_key_event(const KeyEvent &key) |
---|
| | */ |
---|
| | bool HonokaInstance::process_prediction_key_event(const KeyEvent &key) |
---|
| | { |
---|
| | preeditCache.clear(); |
---|
| | // 予測選択時のキーイベント処理。 |
---|
| | if (key.is_key_release()) return true; |
---|
| | if (!m_prediction) { |
---|
| | m_prediction = true; |
---|
| |
---|
| | |
|