1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

html5: workaround for echo key events.

(cherry picked from commit 352db6b17e)
This commit is contained in:
hondres
2016-03-04 20:26:39 +01:00
committed by Rémi Verschelde
parent 848c7378fd
commit afd75013f9
3 changed files with 27 additions and 2 deletions

View File

@@ -56,10 +56,12 @@ public:
Point2 pos;
};
bool skey_pressed[121];
bool key_pressed[256];
private:
Vector<TouchPos> touch;
Point2 last_mouse;
unsigned int last_id;
GFXInitFunc gfx_init_func;