How to play next song in pygame and whereas the pause and resume are added using keyboard module

后端 未结 0 855
南旧
南旧 2020-12-16 03:02
def controls():

    while pygame.mixer.music.get_busy():

        if ( keyboard.read_key() == \'space\'):
            print("", end="\\r")
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题