Hello Guest

[RFE] Text Input API

  • 2 Replies
  • 11497 Views
[RFE] Text Input API
« on: August 19, 2011, 04:07:21 »
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.

Re: [RFE] Text Input API
« Reply #1 on: August 03, 2012, 14:15:15 »
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. :)
« Last Edit: August 03, 2012, 14:20:14 by daybreaker »

*

Offline Matzon

  • *****
  • 2242
Re: [RFE] Text Input API
« Reply #2 on: August 03, 2012, 23:45:47 »
I'll gladly apply the patch  ::)