(defn size "" ([^PApplet sketch w h] (.size sketch (int w) (int h))) ([^PApplet sketch w h ^String renderer] (.size sketch (int w) (int h) renderer)))
Comments top
No comments for size. Log in to add a comment.