Hey all! I am completely new to SFML and the only Graphics library i've ever used before is Graphics.h . In Graphics.h there's a function called delay(); and it's pretty useful when you want to work with shape or image animation.Is there any similar way to do this with SFML? Because right now only the setFrameratelimit(); function seems to be the only way to it.Thank you in advance.