SFML community forums

Help => General => Topic started by: tarboucha on August 03, 2014, 06:35:23 pm

Title: the program dose not response
Post by: tarboucha on August 03, 2014, 06:35:23 pm
i have a problem in all my program when i use sfml window, when i presse left buttom of the mouse the program bug and dose not respond
if i press any other buttom (mouse/keyborad) i don't get any problem  :(
Title: Re: the program dose not response
Post by: Jesper Juhl on August 03, 2014, 06:45:17 pm
Please read these two links. Then try again.

http://en.sfml-dev.org/forums/index.php?topic=5559.0
http://sscce.org/

Noone can help you based on what you just posted.
Title: Re: the program dose not response
Post by: Hapax on August 04, 2014, 01:34:02 am
#include <SomeInformation>
if (weKnewWhatYourProblemWas)
{
    weWouldHelpYou();
}

EDIT: forgot the inclusion.