buttons

val Screen.buttons: MutableList<ClickableWidget>

All buttons on the screen. Adding and removing buttons can be done by modifying this list, and doing so in a different way is not recommended.

Author

sschr15