[C++] Trying to rotate a sprite (SFML) according to where the mouse was clicked ... float b = currentPosition.y - mousePosition.y; float rotation = ( atan2( ...
確定! 回上一頁