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

Method clear_input_events

pager/pagerctl.py:574–580  ·  view source on GitHub ↗

Clear all pending input events from the queue. Use this when transitioning between screens or game states to prevent stale events from triggering actions.

(self)

Source from the content-addressed store, hash-verified

572 return _lib.pager_peek_buttons()
573
574 def clear_input_events(self):
575 """Clear all pending input events from the queue.
576
577 Use this when transitioning between screens or game states
578 to prevent stale events from triggering actions.
579 """
580 _lib.pager_clear_input_events()
581
582 # Backlight / Brightness
583 def set_brightness(self, percent):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected