toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3
/
MainActivity
/
TvFocus
/
FocusTarget
Focus
Target
data
class
FocusTarget
(
val
width
:
Int
,
val
height
:
Int
,
val
x
:
Float
,
val
y
:
Float
)
(
source
)
Members
Constructors
Focus
Target
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
x
:
Float
,
y
:
Float
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int
x
Link copied to clipboard
val
x
:
Float
y
Link copied to clipboard
val
y
:
Float