We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UI is currently simple. For things like creating/editing playlists and logging in to playlist server, some more functionality is needed.
UI System - Has renderlist. Peeks at input and grabs appropriate stuff.
Box. Normally centered on screen.
makeDialog(text, editBox, button0, button1, flags);
if(rename) d = makeDialog("Name:", currentName, "OK", 0).onOk([=playList](string newName) { playList.setName(newName); }); }
UISystem.update() UISystem.render()
UISystem.isModal()
There was an error while loading. Please reload this page.