SFML community forums

Help => Window => Topic started by: HeinzK on June 03, 2012, 09:47:56 am

Title: Windows .. Cursor-Changes .. only for a Moment visibly ..
Post by: HeinzK on June 03, 2012, 09:47:56 am
deleted
Title: Re: Windows .. Cursor-Changes .. only for a Moment visibly ..
Post by: Laurent on June 03, 2012, 10:39:10 am
Does it change when you move the mouse?
Title: Re: Windows .. Cursor-Changes .. only for a Moment visibly ..
Post by: Laurent on June 03, 2012, 04:18:21 pm
I think this is because of SFML's internal management. You can't do what you want.
Title: Re: Windows .. Cursor-Changes .. only for a Moment visibly ..
Post by: Laurent on June 03, 2012, 05:59:19 pm
My answer was specific to Windows, of course.
Title: Re: Windows .. Cursor-Changes .. only for a Moment visibly ..
Post by: Laurent on June 04, 2012, 08:53:19 am
Yes.
Title: Re: Windows .. Cursor-Changes .. only for a Moment visibly ..
Post by: Laurent on June 04, 2012, 01:53:07 pm
You can use a SFML sprite as a cursor instead of using OS-specific functions. The feature is not built-in, but you can easily implement it.
Title: Re: Windows .. Cursor-Changes .. only for a Moment visibly ..
Post by: Laurent on June 07, 2012, 09:33:16 am
Quote
Why not in addition: Window.setMouseCursorType(MyMouseCursor);
It has already been discussed on the forum, you can try to find the corresponding thread. Someone even provided a cross-platform implementation for such a function.