Most SFML routines return a boolean to indicate success/failure, but in the event of a failure, how can we get more information about it? Does SFML log the error message anywhere?
Is there any way to programmatically get a string explaining what went wrong with the operation?
EDIT: I should try reading the docs more closely. Looks like it goes to sf::err().
OK. Thanks.