fix texture id bug, few gestures bugs solved
This commit is contained in:
@@ -50,6 +50,7 @@ public:
|
||||
void create();
|
||||
void terminate();
|
||||
void clear();
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user