Working on the Display API

This commit is contained in:
Joshua Granick
2015-07-31 12:10:57 -07:00
parent 0b9926a87a
commit fd376e6f99
9 changed files with 365 additions and 263 deletions

View File

@@ -18,6 +18,7 @@ namespace lime {
Rectangle (value rect);
void Contract (double x, double y, double width, double height);
value Value ();
double height;
double width;