View all by ddaann2013
ddaann2013
Follow ddaann2013
Follow
Following ddaann2013
Following
Add To Collection
Collection
Comments
Devlog
Pygame Mouse Position
←
Return to Pygame Mouse Position
Devlog
Source code of mouse and keys
May 20, 2023
by
ddaann2013
def draw(): screen.clear def on_mouse_down(pos): print(pos) def on_key_down(key): print(key)...
Continue reading
Source Code of 1.0
April 04, 2023
by
ddaann2013
def draw(): screen.clear def on_mouse_down(pos): print(pos)...
Continue reading