Reimplement HTML5 mouse input without GLUT
Fixes inverted scrolling on Chromium
This commit is contained in:
@ -58,7 +58,6 @@ public:
|
||||
private:
|
||||
Vector<TouchPos> touch;
|
||||
Point2 last_mouse;
|
||||
int last_button_mask;
|
||||
GFXInitFunc gfx_init_func;
|
||||
void *gfx_init_ud;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user