add jpg library, export as jpg, export animation frames, add pressure support on mac
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user