[RFE] Text Input API

Started by stu90206, August 19, 2011, 04:07:21

Previous topic - Next topic

stu90206

Please read these first:

These describe how the input method works.

Please add a text input API so that LWJGL can work with the IME.

I think you should also add some APIs that can enable or disable the IME like SDL's SDL_StartTextInput and SDL_StopTextInput (please read this: http://wiki.libsdl.org/moin.cgi/Tutorials/TextInput ).

I think "on-the-spot" mode is the best choice for the game
because the game can decide how to draw the composition and the candidate list on the screen.

I am sorry for my bad English.

daybreaker

I bump this.

http://www.minecraftwiki.net/wiki/Known_bugs/Version_1.3.1#Language.2FText_Files

Minecraft is implemented on top of LWJGL and suffers from the lack of IME despite of its almost full localization contributed by the community.
Some issues should be fixed in the Minecraft part, but I think coordination in the LWJGL side is also required.
Since I'm not an expert on Java-based game development, I post the same issue on both Minecraft and LWJGL.
Please separate the issues correctly for each part, and fix them. :)

Matzon

I'll gladly apply the patch  ::)