action listener on textbutton list

This commit is contained in:
minjaesong
2017-07-20 22:25:40 +09:00
parent 48b8923434
commit cb8d3fd8b9
13 changed files with 215 additions and 53 deletions

View File

@@ -110,6 +110,11 @@ abstract class UICanvas {
//uiItems.forEach { it.keyT }
}
open fun resize(width: Int, height: Int) {
this.width = width
this.height = height
}
companion object {
const val OPENCLOSE_GENERIC = 0.2f