1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49:43 +01:00
VVVVVV/desktop_version/src/IMERender.h
Dav999 8b8f827b70 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.
2024-08-02 22:25:00 -07:00

7 lines
133 B
C

#ifndef IMERENDER_H
#define IMERENDER_H
void ime_render(void);
void ime_set_rect(SDL_Rect* stretch_info);
#endif /* IMERENDER_H */