Ok, you are right, my explaining was maybe bad...
Ehm... I mean with combining SFML with WinAPI this ->
http://www.sfml-dev.org/tutorials/1.5/graphics-win32.phpAnd the main Problem is that, if I open a SFML program, and go to taskbar ...
I make a Video, this is the best way to explain it perfectly!
You see, I start the test program, then I go with the Mouse over the task bar and it response
after some seconds, later I clicked on a task, and it goes in foreground
(depending on the program I clicked) after 3-5 seconds by bigger program's
like visual studio -> 5-8 seconds!
-> But with the Key Combination for switching the Window it works normally / perfect, without
any waiting!
Right clicking on a task
-> Seconds to show the Dialog for Closing the Window etc.! (forgot it in the Video, sorry)
After showing this, I showed the normal response time of the task's...
By making this Video, I noticed that there are strange Problem with Minimizing the program, too!
You can see it maybe in the Video how I "fight" with the Window! (Video: 0:30)
And I noticed that my recording program ONLY makes the "click" sound 1 second before the
clicked program goes in foreground, but in real I clicked seconds before, you can see it by the click
"Image" from the Screen Recorder... It seems that all programs have responsing problems after
bringing the SFML (without combination with WinAPI) program on the foreground or that the
"click" is processed very late... I hope the Video help's understanding the strange problem.
Maybe some of the Windows users that use SFML can test it too!
My friend tells me that with his low performance processer it's intolerable...
For me its still "tolerable", but it's interfere anyway...
EDIT:
Btw. the Source Code contains only the Render part (copy & paste from tutorial)
and 2 console outputs! Nothing else!