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

Method get_updated_area

src/model_manager.py:12–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10 return self.puppet.get_gtk_widget()
11
12 def get_updated_area(self) -> tuple[int, int, int, int]:
13 self.puppet.update_area()
14 return self.puppet.model_x, self.puppet.model_y, self.puppet.model_width, self.puppet.model_height
15
16 def update_cursor_position(self):
17 x, y = self.wm_interface.get_cursor_position()

Callers 1

update_loopFunction · 0.80

Calls 1

update_areaMethod · 0.45

Tested by

no test coverage detected