forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
package flash.text.ime;
|
||||
|
||||
extern final class CompositionAttributeRange {
|
||||
var converted : Bool;
|
||||
var relativeEnd : Int;
|
||||
var relativeStart : Int;
|
||||
var selected : Bool;
|
||||
function new(relativeStart : Int, relativeEnd : Int, selected : Bool, converted : Bool) : Void;
|
||||
}
|
Reference in New Issue
Block a user