html5: workaround for echo key events.
This commit is contained in:
parent
26342b34aa
commit
352db6b17e
3 changed files with 27 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue