1
Graphics / Re: Sprite can move diagonally [C++]
« on: June 01, 2015, 09:39:20 am »-snip-Thank you, that solved my problem.
-snip-I used this before, but I found a problem with that, if you move around the mouse while pressing for example "D" the sprite will move around faster because of the Event loop triggering more times when the mouse is moving, hence why I am using this way instead. Although your system seems more advanced, since I only used something simple.