S or /

Class talon.screen.Screen

from talon.screen import Screen
class Screen

Attributes

depth§

depth: int

scale§

scale: float

dpi§

dpi: float

dpi_x§

dpi_x: float

dpi_y§

dpi_y: float

manufacturer§

manufacturer: str

model§

model: str

name§

name: str

serial§

serial: str

mm_x§

mm_x: float

mm_y§

mm_y: float

refresh_rate§

refresh_rate: float

main§

main: bool

x§

x: Incomplete

y§

y: Incomplete

width§

width: Incomplete

height§

height: Incomplete

Properties

rect§

@property
def rect(self) -> skia.Rect

visible_rect§

@property
def visible_rect(self) -> skia.Rect

fingerprint§

@property
def fingerprint(self) -> talon.screen.ScreenFingerprint

Methods

contains§

def contains(self, x: float, y: float) -> bool

Further reading