Class talon.screen.Screen
from talon.screen import Screenclass ScreenAttributes
depth§
depth: intscale§
scale: floatdpi§
dpi: floatdpi_x§
dpi_x: floatdpi_y§
dpi_y: floatmanufacturer§
manufacturer: strmodel§
model: strname§
name: strserial§
serial: strmm_x§
mm_x: floatmm_y§
mm_y: floatrefresh_rate§
refresh_rate: floatmain§
main: boolx§
x: Incompletey§
y: Incompletewidth§
width: Incompleteheight§
height: IncompleteProperties
rect§
@property
def rect(self) -> skia.Rectvisible_rect§
@property
def visible_rect(self) -> skia.Rectfingerprint§
@property
def fingerprint(self) -> talon.screen.ScreenFingerprintMethods
contains§
def contains(self, x: float, y: float) -> bool