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

Author Topic: sfml.system missing?  (Read 4560 times)

0 Members and 1 Guest are viewing this topic.

sirGustav

  • Newbie
  • *
  • Posts: 22
    • View Profile
sfml.system missing?
« on: July 14, 2009, 07:14:37 am »
I was looking for sfml.System.Clock, but the subject says it all :)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
sfml.system missing?
« Reply #1 on: July 14, 2009, 11:03:25 am »
The System module is useless, the .Net framework already contains all you need. Same for Network.
Laurent Gomila - SFML developer

sirGustav

  • Newbie
  • *
  • Posts: 22
    • View Profile
sfml.system missing?
« Reply #2 on: July 14, 2009, 04:11:11 pm »
I though the clock had a higher resolution than the framework had, but apperently there is a System.Diagnostics.Stopwatch that uses it, if available. I guess I should have googled, so thanks a bunch for the support :)