From 72ef7e379e83d6d67cd5a7ed637646ee69d43552 Mon Sep 17 00:00:00 2001 From: ryancheung Date: Wed, 13 Mar 2024 16:01:24 +0800 Subject: [PATCH] Notify API change in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6d0aa4..aa5d029 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ InputMethod.TextComposition += (o, e) => // get composition or candidate infos }; ``` +**Retrieve other composition info from `InputMethod.CandidateList` and other fields.** ```c# InputMethod.TextInput += (o, e) =>