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

Author Topic: [BUG - v1.3] sf::Input.IsMouseButtonDown(sf::Mouse::Left)  (Read 2690 times)

0 Members and 1 Guest are viewing this topic.

NeWsOfTzzz

  • Newbie
  • *
  • Posts: 15
    • View Profile
[BUG - v1.3] sf::Input.IsMouseButtonDown(sf::Mouse::Left)
« on: August 20, 2008, 02:56:48 pm »
If I use this function (in Windows) there is a bug. If i hold down my mouse button, move out of the window and release it there, the input class still thinks my left mouse button is pressed! Even if I reenter the window with my mouse, it still thinks the mouse button is pressed! Only if I press the mouse button again it'll no more think that it is pressed.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
[BUG - v1.3] sf::Input.IsMouseButtonDown(sf::Mouse::Left)
« Reply #1 on: August 20, 2008, 03:16:48 pm »
Laurent Gomila - SFML developer

 

anything