Codename LogoCodename Logo

funkin.editors.ui.UIAutoCompleteTextBox

APIWiki

Constructor

View in GitHub

new(x:Float, y:Float, text:String = "", width:Int = 320, height:Int = 32, multiline:Bool = false)

Variables

Methods

View in GitHub

updateSuggestion(refreshSuggestions:Bool = true):Void

Inherited Variables

Defined by UITextBox

caretSpr:FlxSprite

multiline:Bool = false

onChange:String ‑> Void

position:Int = 0

Defined by UISliceSprite

bHeight:Int = 20

bWidth:Int = 120

drawBottom:Bool = true

drawMiddle:Bool = true

drawTop:Bool = true

framesOffset:Int = 0

incorporeal:Bool = false

Defined by UISprite

autoAlpha:Bool = true

canBeHovered:Bool = true

cursor:MouseCursor = ARROW

focused:Bool

hoverCallback:() ‑> Void = null

hovered:Bool = false

hoveredByChild:Bool = false

members:Array<FlxBasic> = []

pressed:Bool = false

selectable:Bool = true

Inherited Methods

Defined by UITextBox

View in GitHub

onKeyUp(e:KeyCode, modifier:KeyModifier):Void

Defined by UISliceSprite

View in GitHub

resize(w:Int, h:Int):Void

Defined by UISprite

View in GitHub

onHovered():Void

Called whenever the sprite is being hovered by the mouse.