Source code of mouse and keys
Pygame Mouse Position » Devlog
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
Get Pygame Mouse Position
Pygame Mouse Position
Status | In development |
Category | Tool |
Author | ddaann2013 |
More posts
- Source Code of 1.0Apr 04, 2023
Leave a comment
Log in with itch.io to leave a comment.