Add Cairo currentPoint/hasCurrentPoint

This commit is contained in:
Joshua Granick
2015-05-06 00:22:45 -07:00
parent a523803595
commit 2ec0f7c4b2
4 changed files with 77 additions and 0 deletions

View File

@@ -14,8 +14,11 @@ namespace lime {
public:
Vector2 ();
Vector2 (double x, double y);
Vector2 (value vec);
value Value ();
double x;
double y;