LWJGL Forum

Programming => Bug Reports / RFE => Topic started by: momoka on January 26, 2014, 02:55:04

Title: [RFE] Input japanease and the other multibytes langueage.
Post by: momoka on January 26, 2014, 02:55:04
Hi.

For member chat of network games,
I want to input Japanease sentences as LWJGL input events.

LWJGL window dose not support multi bytes input from Input method,
for example, XIM on linux, MacOSX.
At only Windows, I can input multibytes cahracters with IME.

I want to get multibytes characters from org.lwjgl.input.Keyboard.getEventCharacter().

Thanks. :)