Class talon.screen.ScreenFingerprint
from talon.screen import ScreenFingerprintclass ScreenFingerprintAttributes
manufacturer§
manufacturer: strmodel§
model: strname§
name: strserial§
serial: strfrom_left§
from_left: intfrom_top§
from_top: intfrom_right§
from_right: intfrom_bottom§
from_bottom: intdepth§
depth: intscale§
scale: floatdpi§
dpi: floatdpi_x§
dpi_x: floatdpi_y§
dpi_y: floatrefresh_rate§
refresh_rate: floatmain§
main: boolrect§
rect: skia.RectMethods
from_screen§
@classmethod
def from_screen(cls, screen: talon.screen.Screen) -> Selfpack§
def pack(self) -> dictunpack§
@classmethod
def unpack(cls, d: dict) -> Selfcompare§
def compare(self, other: Self) -> tuple[bool, int]