1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Reimplement HTML5 mouse input without GLUT

Fixes inverted scrolling on Chromium

(cherry picked from commit a99b6b2063)
This commit is contained in:
Leon Krause
2017-04-21 05:01:31 +02:00
parent 73e3947493
commit 9b07e32656
3 changed files with 113 additions and 92 deletions

View File

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