espruino / Espruino

The Espruino JavaScript interpreter - Official Repo
http://www.espruino.com/
Other
2.75k stars 739 forks source link

Update Widget type #2333

Closed bobrippling closed 1 year ago

bobrippling commented 1 year ago

This includes the x & y present when a widget's been drawn, along with the optional sortorder.

The draw function takes this as the widget, but also an argument of Widget too, as we setup the call to pass the widget in both cases

gfwilliams commented 1 year ago

Thanks!