Simply put, ```rs set_mouse_cursor(CursorIcon::NESWResize); ``` and ```rs set_mouse_cursor(CursorIcon::NWSEResize); ``` don't work on MacOS (and possibly linux). This could be due to an old version of GLFW though I'm not sure if macroquad/miniquad uses GLFW.
Simply put,
and
don't work on MacOS (and possibly linux). This could be due to an old version of GLFW though I'm not sure if macroquad/miniquad uses GLFW.