macroquad
macroquad copied to clipboard
set_cursor_grab Not working on MacOS
Using the following:
set_cursor_grab(true);
show_mouse(false);
Does not lock the cursor (constrain it) and also does not hide it on MacOS Monterey.
This is macroquad version 0.3.13
Most cursor and window related things are not working at all for me in MacOS.