Updated minitouch to fix multitouch issues on some devices that require the BTN_TOUCH kernel event. Lifting a contact while having and keeping one held down may have prevented any events from being processed until a new touchdown event.

This commit is contained in:
Simo Kinnunen
2018-03-25 00:16:32 +09:00
parent 9f0ec9b2ec
commit d3a63ca577
3 changed files with 5 additions and 4 deletions

View File

@@ -63,7 +63,7 @@
"mime": "^1.3.4",
"minicap-prebuilt": "^2.2.0",
"minimatch": "^3.0.3",
"minitouch-prebuilt": "^1.0.0",
"minitouch-prebuilt": "^1.1.0",
"my-local-ip": "^1.0.0",
"openid": "^2.0.1",
"passport": "^0.3.2",