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

Author Topic: How to do real-time input with sfml 2?  (Read 1426 times)

0 Members and 1 Guest are viewing this topic.

blueeyedlion

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
How to do real-time input with sfml 2?
« on: April 20, 2012, 11:16:26 pm »
In sfml 1.6 this was handled by the sf::input class, but I can't seem to find it or an equivalent in the sfml 2 documentation.  Could someone help me out?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32498
    • View Profile
    • SFML's website
    • Email
Re: How to do real-time input with sfml 2?
« Reply #1 on: April 20, 2012, 11:22:14 pm »
sf::Mouse, sf::Keyboard and sf::Joystick.
Laurent Gomila - SFML developer

 

anything