Okay Laurent. I will ask one more thing instend of opening new topic.
Theres no function to get frame limit of renderer window.
Q: Is wrong or dangerous if I write it myself like this:
in Window.hpp I write function:
unsigned int GetFrameLimit() {return myFramerateLimit;}
It's working perfect, but is this correct? I'm using static library if it is important.