Add IME text rendering

This shows the uncommitted text in a box in the bottom left corner.
This doesn't show the selection (defined by the start and length fields
in the event) yet, but this is already much better than it was on its
own, and I don't know how urgent the selection is since it's broken on
Windows anyway.
This commit is contained in:
Dav999
2024-08-01 23:38:55 +02:00
committed by Misa Elizabeth Kai
parent a9ca63b367
commit 8b8f827b70
4 changed files with 72 additions and 3 deletions

View File

@@ -82,6 +82,7 @@ set(VVV_CXX_SRC
src/Graphics.cpp
src/GraphicsResources.cpp
src/GraphicsUtil.cpp
src/IMERender.cpp
src/Input.cpp
src/KeyPoll.cpp
src/Labclass.cpp