SFML community forums

Help => Graphics => Topic started by: Finn on August 17, 2010, 08:00:47 pm

Title: Change mousecursor
Post by: Finn on August 17, 2010, 08:00:47 pm
Hey
I wondered if there's a way to have a custom mousecursor! Just a Sprite on the mouse's position won't do it :D
Title: Change mousecursor
Post by: Laurent on August 17, 2010, 08:04:01 pm
Quote
Just a Sprite on the mouse's position won't do it

Why not?
Title: Change mousecursor
Post by: Mindiell on August 18, 2010, 08:42:46 am
Maybe you can hide the mouse cursor too, before drawing the sprite ;)
Title: Change mousecursor
Post by: Finn on August 18, 2010, 12:10:12 pm
Yeah...how to hide it?
Title: Change mousecursor
Post by: Laurent on August 18, 2010, 12:11:24 pm
Code: [Select]
window.ShowMouseCursor(false);
Title: Change mousecursor
Post by: Mindiell on August 18, 2010, 01:26:08 pm
Arg !
This lib is so bad, you should add some documentation (http://www.sfml-dev.org/documentation/) Laurent...

 :lol:
Title: Change mousecursor
Post by: Finn on August 18, 2010, 05:48:23 pm
lol...sorry...forgot to look it up in the doc^^ thanxs