FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Suggestions
   Software Suggestions
(Moderator: fry)
   mouse hiding
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: mouse hiding  (Read 368 times)
hbarragan

WWW
mouse hiding
« on: Jan 21st, 2003, 2:49pm »

hey guys, it could be nice for some purposes to be able to hide the mouse pointer cursor when running, (make the mouse pointer something else).
 
best,
 
H.
 
Martin

122417302122417302martingomez_listsmg1ph WWW Email
Re: mouse hiding
« Reply #1 on: Jan 21st, 2003, 3:21pm »

easy way out:
create a transparent gif
put everything in a container
use setCursor method (java.awt.Cursor)
http://java.sun.com/products/jdk/1.2/docs/api/java/awt/Container.html
 
Pages: 1 

« Previous topic | Next topic »