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

Author Topic: SFML2.0 GetFrameTime()  (Read 2388 times)

0 Members and 1 Guest are viewing this topic.

scorch

  • Newbie
  • *
  • Posts: 17
    • View Profile
SFML2.0 GetFrameTime()
« on: May 30, 2012, 09:16:22 pm »
So, I am using the RC of SFML2.0, and I can't find the method GetFrameTime() that was available in the RenderWindow class in the previous version (1.6). Am I searching wrong, or has it other name?

PS: I'm using the .NET binding. :)

Lo-X

  • Hero Member
  • *****
  • Posts: 618
    • View Profile
    • My personal website, with CV, portfolio and projects
Re: SFML2.0 GetFrameTime()
« Reply #1 on: May 30, 2012, 09:25:17 pm »
Just use a sf::Clock :D

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML2.0 GetFrameTime()
« Reply #2 on: May 30, 2012, 09:55:48 pm »
This question has already been asked several times, please search before posting.
Laurent Gomila - SFML developer

 

anything