Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pygame right mouse button

if event.type == pygame.MOUSEBUTTONDOWN:
    print(event.button)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pygame #mouse #button
ADD COMMENT
Topic
Name
5+6 =