Home Forums Software Development Is it possible to hide the cursor? Reply To: Is it possible to hide the cursor?

#9242
Grant [Tobii]
Keymaster

Hi @raynlaze, to deploy cursor schemes to remote systems in an automated way, the most logical approach may be to use group policy. I found this link below which should point you in the right direction: https://serverfault.com/questions/108972/change-force-mouse-pointer-schemes-via-gpo-or-other-ways

In terms of checking *which* scheme is in use and changing accordingly, it seems like the stackoverflow link you posted shows a good technique for this.
Accordingly, you could integrate this into your program to switch themes and revert upon and after launch.
Ultimately, did the hidden cursor theme therefore provide a suitable workaround for your needs?