示例#1
0
 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)
示例#2
0
 def test_example_other_area_menu() -> None:
     """
     Test scrollarea example.
     """
     scroll_area.main(test=True)
     test_reset_surface()