class flixel.addons.ui.FlxUIPopup extends FlxUISubState implements IFlxUIWidget

Available on all platforms

... * @author

Class Fields

static var CLICK_EVENT:String

Instance Fields

var immovable:Bool

STUBS TO MAKE THE INTERFACE HAPPY:

var x:Float

var y:Float

function new():Void

function create():Void

function getEvent(id:String, sender:IFlxUIWidget, data:Array<Dynamic>, ?eventParams:Array<Dynamic> = null):Void

function quickSetup(title:String, body:String, button_labels:Array<String>):Void

Assuming you use the default format, puts this information in the popup. * This function ONLY works if you are using the default_popup.xml, OR your * custom xml contains the following assets: * 2 texts, ids: "title","body" * 3 buttons, ids: "btn0","btn1","btn2" * 3 modes, ids: "1btn","2btn","3btn" *
title

title text *

body

body text *

button_labels

up to three button labels - if fewer, shows less buttons

function reset(X:Float, Y:Float):Void

function setPosition(?X:Float = 0, ?Y:Float = 0):Void