(defn cursor-image "" ([^PApplet sketch ^PImage img] (.cursor sketch img)) ([^PApplet sketch ^PImage img hx hy] (.cursor sketch img (int hx) (int hy))))
Comments top
No comments for cursor-image. Log in to add a comment.