Releases: JLChnToZ/IMEHelper
1.3 Pre Release
恭喜發財! ( Kung Hei Fat Choy )
This is the 1.3 pre release of the IME Helper.
I have added the TSF (Text Service Framework) support for this library.
Warning! this version might have bugs, it might crash your XNA game. USE IT AT YOUR OWN RISK!
If you want to use the stable one, you can use the 1.2.5 version.
1.2.5 Release
In this version, I have added the composition attribute property indicates the composition states of each characters, and you can style them by getting that attributes array.
Samples are given in the source code, you can have a look for the usage.
Important Release!
In this time, there has an important thing added...
I have figured out the IME hook will brakes the get mouse wheel delta mechanism in the original XNA's get mouse state function, so I have make a new function to wrap the mouse wheel delta value of the mouse back to the mouse state, but it is needed to call IMEHandler.Input.mouseState
instead of Mouse.getState()
to get the correct value.
Release with bug fixed...
The main thing changed is the fixing of the bug that cause IME disable while returning back to the game window.
Another thing is added ResultString
property that available for getting the result of the IME provided.
And also... the native window class is available to be used directly now.
First Release
If you want the standalone dll file, just download it from here.
** It might be have bugs