macroquad icon indicating copy to clipboard operation
macroquad copied to clipboard

set_cursor_grab Not working on MacOS

Open undersquire opened this issue 3 years ago • 1 comments

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

undersquire avatar Jan 03 '22 01:01 undersquire

Most cursor and window related things are not working at all for me in MacOS.

Edersteiner avatar Jan 05 '22 22:01 Edersteiner