mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-02-28 09:01:06 +00:00
fix touch input being pressed twice on iOS
This commit is contained in:
parent
31c109d89b
commit
ca6bb55669
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ class MarbleGame {
|
|||
});
|
||||
|
||||
pointercontainer.addEventListener('touchend', (e:js.html.TouchEvent) -> {
|
||||
@:privateAccess Key.keyPressed[Key.MOUSE_LEFT] = -Key.getFrame();
|
||||
// @:privateAccess Key.keyPressed[Key.MOUSE_LEFT] = -Key.getFrame();
|
||||
});
|
||||
|
||||
pointercontainer.addEventListener('touchmove', (e:js.html.TouchEvent) -> {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue