SFML community forums
Help => General => Topic started by: TheEnigmist on March 10, 2012, 10:39:17 am
-
I see that ShowMouseCursor is not anymore a Window function! I'm looking what changed but i can't find how can i disable cursor in my project!
-
The function hasn't been removed, but renamed, see here (https://github.com/SFML/SFML/commit/15e9d999b33d76ed496b3018f5cdf10a02030aba). The new name is SetMouseCursorVisible().
Unfortunately, the updated SFML 2 documentation is not online yet.
-
The function hasn't been removed, but renamed, see here (https://github.com/SFML/SFML/commit/15e9d999b33d76ed496b3018f5cdf10a02030aba). The new name is SetMouseCursorVisible().
Unfortunately, the updated SFML 2 documentation is not online yet.
Oh! Thanks...
I was reading all documentation :lol:
-
I was reading all documentation
Looking at the Git history would be a much better idea ;)
-
I was reading all documentation
Looking at the Git history would be a much better idea ;)
Yeah :lol: I will for new changes!