SFML community forums

Help => General => Topic started by: TheEnigmist on March 10, 2012, 10:39:17 am

Title: ShowMouseCursor deleted in new github!
Post 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!
Title: ShowMouseCursor deleted in new github!
Post by: Nexus on March 10, 2012, 10:43:51 am
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.
Title: ShowMouseCursor deleted in new github!
Post by: TheEnigmist on March 10, 2012, 10:52:46 am
Quote from: "Nexus"
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:
Title: ShowMouseCursor deleted in new github!
Post by: Laurent on March 10, 2012, 05:31:44 pm
Quote
I was reading all documentation

Looking at the Git history would be a much better idea ;)
Title: ShowMouseCursor deleted in new github!
Post by: TheEnigmist on March 10, 2012, 07:57:50 pm
Quote from: "Laurent"
Quote
I was reading all documentation

Looking at the Git history would be a much better idea ;)

 Yeah :lol: I will for new changes!