Hi, is there anyway inbuilt thread safe flag in sfml which I can specify to allow calls to be thread safe? or do I have to manually wrap every sfml call with a mutex.
for e.g sf::Window::SetPosition which can be access from multiple thread.
Must I have a mutex for every SetPosition call?
regards