Removing the mouse

Hi all!

Getting into the swing of things with SDL now. Have a fullscreen demo
running but just how do I get rid of that mouse cursor? Do I set it’s
position to off-screen then ignore the mouse events?

I’m also offering to translate the SDL docs into Welsh.

-Lea.

SDL_ShowCursor(0)

NeilOn Wed, 1 Dec 1999, Lea Anthony wrote:

Hi all!

Getting into the swing of things with SDL now. Have a fullscreen demo
running but just how do I get rid of that mouse cursor? Do I set it’s
position to off-screen then ignore the mouse events?

I’m also offering to translate the SDL docs into Welsh.

-Lea.

Neil McGill mailto:Neil_McGill *8^) . .
Software Developer:ISDN, Cisco Systems Ltd ~~""~""~"~"|~"~
3rd Floor, 96 Commercial Street, Edinburgh, EH6 6LX, UK ||| |||
Tel: 0131 561 3622 Fax: 0131 561 3601 Mob: 07714 226 281 .:|||||:.:|||||:.

Thanks!

Does this need to be reset at the end of the program?

Neil McGill wrote:> SDL_ShowCursor(0)

Neil

On Wed, 1 Dec 1999, Lea Anthony wrote:

Hi all!

Getting into the swing of things with SDL now. Have a fullscreen demo
running but just how do I get rid of that mouse cursor? Do I set it’s
position to off-screen then ignore the mouse events?

I’m also offering to translate the SDL docs into Welsh.

-Lea.

Neil McGill <mailto:nmcgill at cisco.com> *8^) . .
Software Developer:ISDN, Cisco Systems Ltd ~~""~""~"~"|~"~
3rd Floor, 96 Commercial Street, Edinburgh, EH6 6LX, UK ||| |||
Tel: 0131 561 3622 Fax: 0131 561 3601 Mob: 07714 226 281 .:|||||:.:|||||:.

Try

    SDL_ShowCursor ( 0 );

Hope that helps.

Lea Anthony wrote:> Hi all!

Getting into the swing of things with SDL now. Have a fullscreen demo
running but just how do I get rid of that mouse cursor? Do I set it’s
position to off-screen then ignore the mouse events?

I’m also offering to translate the SDL docs into Welsh.

-Lea.


-= aaron p. matthews
-= rival entertainment
-= http://www.Nayzak.com/~jerryma/rival

Oops, answered your 1st question although someone else already did, sorry. But
the answer to this question is ‘no’

Lea Anthony wrote:> Thanks!

Does this need to be reset at the end of the program?

Neil McGill wrote:

SDL_ShowCursor(0)

Neil

On Wed, 1 Dec 1999, Lea Anthony wrote:

Hi all!

Getting into the swing of things with SDL now. Have a fullscreen demo
running but just how do I get rid of that mouse cursor? Do I set it’s
position to off-screen then ignore the mouse events?

I’m also offering to translate the SDL docs into Welsh.

-Lea.

Neil McGill <mailto:nmcgill at cisco.com> *8^) . .
Software Developer:ISDN, Cisco Systems Ltd ~~""~""~"~"|~"~
3rd Floor, 96 Commercial Street, Edinburgh, EH6 6LX, UK ||| |||
Tel: 0131 561 3622 Fax: 0131 561 3601 Mob: 07714 226 281 .:|||||:.:|||||:.


-= aaron p. matthews
-= rival entertainment
-= http://www.Nayzak.com/~jerryma/rival