add jpg library, export as jpg, export animation frames, add pressure support on mac

This commit is contained in:
2017-05-16 21:55:51 +01:00
parent a5c79d5ad8
commit c987b19c83
22 changed files with 11025 additions and 28 deletions

View File

@@ -61,8 +61,8 @@ public:
void update_memory_usage(size_t bytes);
void update(float dt);
void resize(float w, float h);
bool mouse_down(int button, float x, float y);
bool mouse_move(float x, float y);
bool mouse_down(int button, float x, float y, float pressure);
bool mouse_move(float x, float y, float pressure);
bool mouse_up(int button, float x, float y);
bool mouse_scroll(float x, float y, float delta);
bool mouse_cancel(int button);