Skip to content

Commit eca1d6b

Browse files
committed
Add cursor(PImage*) stub for custom cursor images
1 parent 80e17b6 commit eca1d6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Processing.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4308,6 +4308,7 @@ struct PApplet {
43084308
void hint(int which);
43094309
void cursor();
43104310
void cursor(int type);
4311+
void cursor(PImage* img, int x=0, int y=0) { cursor(); } // custom cursor stub
43114312
void noCursor();
43124313
void captureMouse();
43134314
void releaseMouse();

0 commit comments

Comments
 (0)