We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello, I need to code a cursor that looks like a finger. The finger can be broken down as three sides of a rectangle connected by a semicircle at the top. I would know how to draw this shape if it were staying still in the environment, but since it's a moving cursor, I'm not sure how to make it work. Any help would be appreciated!
Answers
If you already know how to draw the shape, then:
translate(mouseX, mouseY)
before drawing it -- orcursor()
command.Dude, thank you so much