Devlogs
Posted May 20, 2023 by ddaann2013
def draw(): screen.clear
def on_mouse_down(pos): print(pos) def on_key_down(key): print(key)