S or /

Class talon.screen.ScreenFingerprint

from talon.screen import ScreenFingerprint
class ScreenFingerprint

Attributes

manufacturer§

manufacturer: str

model§

model: str

name§

name: str

serial§

serial: str

from_left§

from_left: int

from_top§

from_top: int

from_right§

from_right: int

from_bottom§

from_bottom: int

depth§

depth: int

scale§

scale: float

dpi§

dpi: float

dpi_x§

dpi_x: float

dpi_y§

dpi_y: float

refresh_rate§

refresh_rate: float

main§

main: bool

rect§

rect: skia.Rect

Methods

from_screen§

@classmethod
def from_screen(cls, screen: talon.screen.Screen) -> Self

pack§

def pack(self) -> dict

unpack§

@classmethod
def unpack(cls, d: dict) -> Self

compare§

def compare(self, other: Self) -> tuple[bool, int]

Further reading