itch.io is community of indie game creators and players

Devlogs

Source Code of 1.0

Pygame Mouse Position
A downloadable tool for Windows, macOS, and Linux

def draw():
screen.clear

def on_mouse_down(pos):
print(pos)

Files

  • mousepos.py 68 bytes
    Apr 04, 2023
Download Pygame Mouse Position