SFML community forums

Help => General => Topic started by: Henrik.Flink on September 19, 2007, 04:28:10 pm

Title: Mouse
Post by: Henrik.Flink on September 19, 2007, 04:28:10 pm
Is there any way to change picture of the mouse cursor and get the position of the cursor on the screen?
Title: Mouse
Post by: Laurent on September 19, 2007, 06:02:36 pm
You can hide the mouse cursor and then display your own sprite. To get the cursor position, intercept the MouseMove event.