Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: ShowMouseCursor deleted in new github!  (Read 1600 times)

0 Members and 1 Guest are viewing this topic.

TheEnigmist

  • Full Member
  • ***
  • Posts: 119
    • View Profile
ShowMouseCursor deleted in new github!
« 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!

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
ShowMouseCursor deleted in new github!
« Reply #1 on: March 10, 2012, 10:43:51 am »
The function hasn't been removed, but renamed, see here. The new name is SetMouseCursorVisible().

Unfortunately, the updated SFML 2 documentation is not online yet.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

TheEnigmist

  • Full Member
  • ***
  • Posts: 119
    • View Profile
ShowMouseCursor deleted in new github!
« Reply #2 on: March 10, 2012, 10:52:46 am »
Quote from: "Nexus"
The function hasn't been removed, but renamed, see here. The new name is SetMouseCursorVisible().

Unfortunately, the updated SFML 2 documentation is not online yet.

Oh! Thanks...
I was reading all documentation :lol:

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
ShowMouseCursor deleted in new github!
« Reply #3 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 ;)
Laurent Gomila - SFML developer

TheEnigmist

  • Full Member
  • ***
  • Posts: 119
    • View Profile
ShowMouseCursor deleted in new github!
« Reply #4 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!