IME Attributes

Thiago Milczarek Sayão thiago.sayao at gmail.com
Thu Jun 1 10:28:29 UTC 2023


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/openjfx-dev/attachments/20230601/cfe65d5d/attachment.htm>


More information about the openjfx-dev mailing list