SFML community forums

Help => Window => Topic started by: tkir on December 25, 2015, 10:10:54 pm

Title: Change mouse icon
Post by: tkir on December 25, 2015, 10:10:54 pm
Hi!
Is SFML function to change mouse icon?
Title: Re: Change mouse icon
Post by: G. on December 25, 2015, 10:32:13 pm
Nop, not yet.

In the meantime you can hide the cursor and draw a sprite at the mouse position, or call some OS specific functions (https://github.com/SFML/SFML/wiki/Tutorial:-Change-Cursor).
Title: Re: Change mouse icon
Post by: tkir on December 25, 2015, 10:59:47 pm
Thanks!
Title: Re: Change mouse icon
Post by: zsbzsb on December 26, 2015, 09:52:32 pm
See also PR #827 (https://github.com/SFML/SFML/pull/827).