itch.io is community of indie game creators and players

Devlogs

Source code of mouse and keys

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

def draw():
screen.clear

def on_mouse_down(pos):
print(pos)

def on_key_down(key):
print(key)

Files

  • mouse_and_keys.py 104 bytes
    May 20, 2023
Download Pygame Mouse Position
Leave a comment