add download progress, improbable cloud browser, lock touch when pencil is down on iOS
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user