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

Re: [pygame] invisible mouse cursor?



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