mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
8b8f827b70
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.
7 lines
133 B
C
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 */
|