def test_example_other_scrollbar_area() -> None: """ Test scrollbar area example. """ pygame.event.post( PygameEventUtils.keydown(pygame.K_ESCAPE, inlist=False)) scrollbar_area.main(test=True)
def test_example_other_area_menu() -> None: """ Test scrollarea example. """ scroll_area.main(test=True) test_reset_surface()