Reimplement HTML5 mouse input without GLUT

Fixes inverted scrolling on Chromium
This commit is contained in:
L. Krause
2017-04-21 05:01:31 +02:00
parent e46af1e236
commit a99b6b2063
3 changed files with 113 additions and 93 deletions

View File

@ -58,7 +58,6 @@ public:
private:
Vector<TouchPos> touch;
Point2 last_mouse;
int last_button_mask;
GFXInitFunc gfx_init_func;
void *gfx_init_ud;