We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › Issue with noCursor() not working in fullscreen
Page Index Toggle Pages: 1
Issue with noCursor() not working in fullscreen (Read 410 times)
Issue with noCursor() not working in fullscreen
Oct 17th, 2008, 4:53am
 
Hi,
I have a processing sketch that gets input from 6 mice using ProControll. The sketch runs fullscreen using the full screen mode. I have noCursor() inside my draw() function (because I don't want to see a system cursor going crazy all over the screen while users work the different mice), but I am still sometimes getting a system cursor showing up in fullscreen mode, especially when any of the mice are being moved quickly.

Has anyone else had a problem with noCursor() not working while in fullscreen mode?

Thanks!
Celine
Re: Issue with noCursor() not working in fullscree
Reply #1 - Nov 10th, 2008, 8:29pm
 
clatulip wrote on Oct 17th, 2008, 4:53am:
Hi,
I have a processing sketch that gets input from 6 mice using ProControll. The sketch runs fullscreen using the full screen mode. I have noCursor() inside my draw() function (because I don't want to see a system cursor going crazy all over the screen while users work the different mice), but I am still sometimes getting a system cursor showing up in fullscreen mode, especially when any of the mice are being moved quickly.

Has anyone else had a problem with noCursor() not working while in fullscreen mode

I still have this issue, and no-one has replied. Can anyone help with this Has anyone managed to get a full-screen sketch running and not have the cursor show up, even when using noCursor() I've tried FullScreen, SoftFullScreen, and I've tried putting in extra noCursor() calls, but I still get system cursors occasionally showing up on my sketch and it looks really awful. HELP!!!!

Thanks!
Celine

Page Index Toggle Pages: 1