Skip to content

Releases: JLChnToZ/IMEHelper

1.3 Pre Release

01 Feb 10:14
Compare
Choose a tag to compare
1.3 Pre Release Pre-release
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

23 Jan 15:33
Compare
Choose a tag to compare

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!

17 Jan 10:52
Compare
Choose a tag to compare

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...

05 Jan 12:06
Compare
Choose a tag to compare

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

03 Jan 06:10
Compare
Choose a tag to compare

If you want the standalone dll file, just download it from here.
** It might be have bugs