Hello, I have two little questions,
first is it possible to change the repetition frequency of a key being held?
(the equivalent of SDL_EnableKeyRepeat(delay,interval) )
and second, I am trying to create an isometric effect on a Sprite, it is possible to do so by rotating clockwise by 45 degrees and then scaling the height by half. The problem is SFML seems to scale first and rotate after, which does not create the same effect.
Is there any way to change this or must I do the transformations one by one on an Image(is that even possible?)
Thanks for your time!