add tap event on iOS

This commit is contained in:
2019-11-26 21:44:01 +01:00
parent 9eafcecde9
commit 64f6b90911
5 changed files with 80 additions and 3 deletions

View File

@@ -220,6 +220,7 @@ public:
bool gesture_start(const glm::vec2& p0, const glm::vec2& p1);
bool gesture_move(const glm::vec2& p0, const glm::vec2& p1);
bool gesture_end();
bool touch_tap(const glm::vec2& pos, int fingers, int tap_count);
bool key_down(kKey key);
bool key_up(kKey key);
bool key_char(char key);