• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

window_set_cursor doesn't work on Mac

X

Xenosis

Guest
I have an object where i have events for mouse enter and mouse leave
In mouse enter i have this window_set_cursor(cr_handpoint); and in mouse leave i have window_set_cursor(cr_default);
I want to have the mouse change the cursor when hovering over the object but it does nothing on my Mac, i can see from my breakpoints that it is called but it does nothing to the cursor
 
S

Sam (Deleted User)

Guest
I noticed this ever since GMS 1.4 they probably didnt do anything to add this feature because not enough people complained to consider it a real priority

Why not start now?

help.yoyogames.com
 
X

Xenosis

Guest
They should update the documentation then to say its not yet implemented
 
Top