“Pygame obtient une position de souris” Réponses codées

Pygame obtient une position de souris

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.
#The position is relative to the top-left corner of the display.
#The cursor position can be located outside of the display window,
#but is always constrained to the screen.
8Dion8

Pos de souris pygame

 pygame.mouse.get_pos()
    get the mouse cursor position
    get_pos() -> (x, y)

    Returns the x and y position of the mouse cursor. 
    The position is relative to the top-left corner of the display. 
    The cursor position can be located outside of the display window,
    but is always constrained to the screen.
Bad Bat

Réponses similaires à “Pygame obtient une position de souris”

Questions similaires à “Pygame obtient une position de souris”

Plus de réponses similaires à “Pygame obtient une position de souris” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code