Hi guys,
I try to create a dynamic screensaver in swift and in objc (i made 2 differents try and i don't care witch to choose).
It's a screensaver with a webview loading a webpage. Videos are running automatically. In a perfect world, users have to be allowed to move the mouse without exiting the screensaver.
In an older version, i just catch mouseMoved event and it was OK. But since Catalina (and perhaps one version older), i can't catch this event anymore.
Is there a way to do my dynamic screensaver or is this capacity definitively blocked by Apple?
I try to create a dynamic screensaver in swift and in objc (i made 2 differents try and i don't care witch to choose).
It's a screensaver with a webview loading a webpage. Videos are running automatically. In a perfect world, users have to be allowed to move the mouse without exiting the screensaver.
In an older version, i just catch mouseMoved event and it was OK. But since Catalina (and perhaps one version older), i can't catch this event anymore.
Is there a way to do my dynamic screensaver or is this capacity definitively blocked by Apple?