Skip to content

Commit

Permalink
Notify API change in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancheung committed Mar 13, 2024
1 parent bc8e57a commit 72ef7e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down

0 comments on commit 72ef7e3

Please sign in to comment.