x,y = pygame.mouse.get_pos() #get the mouse cursor position #get_pos() -> (x, y) #Returns the X and Y position of the mouse cursor.
確定! 回上一頁