mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Merged love.graphics.origin into default (issue #124)
This commit is contained in:
@@ -531,6 +531,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:
|
||||
|
||||
Reference in New Issue
Block a user