[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] invisible mouse cursor?



Jack,

I'm sure you'd find it eventually, but pygame.mouse.set_visible(0) might be quicker for you 
than compiling an empty pointer.

Cheers,
Steve


On 6 Apr 2004 at 10:30, Jack Nutting wrote:

> 
> On Apr 6, 2004, at 10:24 AM, Jack Nutting wrote:
> > Any way to make the mouse cursor invisible?  My game uses only 
> > keyboard controls, and I'd like to make the cursor disappear when
> > running in fullscreen mode.
> 
> Nevermind, I just found pygame.cursors.compile().  I should have known;
> so far everything I've wanted to do in pygame has been available after
> enough doc-searching.
> 
> //jack
> 
>