Wait for any button press (blocking).
(self)
| 500 | |
| 501 | # Input |
| 502 | def wait_button(self): |
| 503 | """Wait for any button press (blocking).""" |
| 504 | return _lib.pager_wait_button() |
| 505 | |
| 506 | def poll_input(self): |
| 507 | """Poll input state (non-blocking). |
no outgoing calls
no test coverage detected