add download progress, improbable cloud browser, lock touch when pencil is down on iOS

This commit is contained in:
2018-01-04 00:02:28 +00:00
parent 01370642a1
commit 5feb3acb1d
10 changed files with 120 additions and 37 deletions

View File

@@ -97,6 +97,7 @@ public:
void update(float dt);
void async_start();
void async_update();
void async_redraw();
void async_end();
void resize(float w, float h);
bool mouse_down(int button, float x, float y, float pressure, kEventSource source);
@@ -129,7 +130,7 @@ public:
void cloud_upload_all();
void cloud_browse();
void upload(std::string filename, std::string name = "");
void download(std::string filename);
void download(std::string filename, std::function<void(float)> progress);
void brush_update();
void title_update(std::string name, int resolution);