Help
I've got this code, but it's only being run once, why:while (1==1):
cursor_pos = pygame.mouse.get_pos()
cursor_pos_x = int(cursor_pos[0])
cursor_pos_y = int(cursor_pos[1])
The last three lines are tabbed
(log in to comment)
(log in to comment)