Hi,
View.java has those attributes:
@Native public final static byte IME_ATTR_INPUT = 0x00;
@Native public final static byte IME_ATTR_TARGET_CONVERTED = 0x01;
@Native public final static byte IME_ATTR_CONVERTED = 0x02;
@Native public final static byte IME_ATTR_TARGET_NOTCONVERTED = 0x03;
@Native public final static byte IME_ATTR_INPUT_ERROR = 0x04;
I will investigate and learn by myself, but if anyone has information about
those I'll appreciate it.
It's for:
https://github.com/openjdk/jfx/pull/1080
-- Thiago