DisplayId

data class DisplayId(val id: Int)

Represents a display ID.

Each logical display has a unique ID.

Constructors

Link copied to clipboard
fun DisplayId(id: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard
val isPrimaryDisplay: Boolean

Whether or not this ID represents the ID of the primary display.