data class ScreenSize
ScreenSize(width: Short = 0, height: Short = 0)
var height: Short
var width: Short