implement sharing in iOS, add OpenGL renderer in OSX window

This commit is contained in:
2018-11-30 20:41:52 +01:00
parent 9f41831b71
commit 3a88235f56
5 changed files with 24 additions and 16 deletions

View File

@@ -873,7 +873,7 @@ Here's a list of what's available in this release.
<icon icon="picture_go" width="20"/>
<text text="Export JPG" grow="1" margin="0 0 0 5" font-face="arial" font-size="11"/>
</button-custom>
<button-custom id="file-share" os="osx" text="Menu" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
<button-custom id="file-share" os="osx,ios" text="Menu" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
<icon icon="picture_go" width="20"/>
<text text="Share" grow="1" margin="0 0 0 5" font-face="arial" font-size="11"/>
</button-custom>