IME: support input method

This commit is contained in:
tokyo4j 2024-02-09 16:52:37 +09:00 committed by Johan Malm
parent 7e60c57b81
commit 334cd09106
7 changed files with 549 additions and 2 deletions

View file

@ -7,4 +7,5 @@ labwc_sources += files(
'keyboard.c',
'key-state.c',
'touch.c',
'ime.c',
)