MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / check_dim_timeout

Method check_dim_timeout

pager/pager_display.py:269–272  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

267 pass
268
269 def check_dim_timeout(self):
270 if self.screen_dim_timeout > 0 and not self.is_dimmed:
271 if time.time() - self.last_activity_time > self.screen_dim_timeout:
272 self.dim_screen()
273
274 def handle_input_loop(self):
275 """Handle button input for navigation and pause menu."""

Callers 1

runMethod · 0.95

Calls 1

dim_screenMethod · 0.95

Tested by

no test coverage detected