Mac os El Capitan introduced a feature called "Shake mouse pointer to locate" - it seems to ignore the cursor visibility set by CGDisplayHideCursor / CGDisplayShowCursor
I need to completely hide the mouse cursor for my cross platform first person game.
How can I get around this problem?