MCPcopy Create free account
hub / github.com/NyarchLinux/DesktopPuppet / __init__

Method __init__

src/wminterfaces/kdeinterface.py:7–10  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5
6class KDEInterface (WMInterface):
7 def __init__(self) -> None:
8 super().__init__()
9 self.x = 0
10 self.y = 0
11
12 def get_cursor_position(self) -> tuple[int, int]:
13 script = "kdotool getmouselocation"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected