Events

@:dox(show)_update(text:String):Void

@:dox(show)_enter():Void

@:dox(show)_escape():Void

@:dox(show)_selection(selectionStart:Int, selectionEnd:Int):Void

@:dox(show)_stop():Void

Variables

@:value(false)read onlyallowMovingCursor:Bool = false

@:value(false)read onlymultiline:Bool = false

@:value("")text:String = ""

@:value(-1)read onlyselectionStart:Int = -1

@:value(-1)read onlyselectionEnd:Int = -1

@:value(null)read onlydelegate:TextInputDelegate = null

Methods

@:value({ delegate : null, allowMovingCursor : false, selectionEnd : -1, selectionStart : -1, multiline : false })start(text:String, x:Float, y:Float, w:Float, h:Float, multiline:Bool = false, selectionStart:Int = -1, selectionEnd:Int = -1, allowMovingCursor:Bool = false, ?delegate:TextInputDelegate):Void

updateSelection(selectionStart:Int, selectionEnd:Int, ?inverted:Bool):Void