Added love.graphics.origin(): resets the coordinate system (replaces the current transformation matrix with the identity)

--HG--
branch : love.graphics.origin
This commit is contained in:
Alex Szpakowski
2013-02-24 14:07:03 -04:00
parent 6282cad960
commit 083218742a
6 changed files with 26 additions and 1 deletions
+1
View File
@@ -510,6 +510,7 @@ public:
void scale(float x, float y = 1.0f);
void translate(float x, float y);
void shear(float kx, float ky);
void origin();
bool hasFocus() const;
private: