phaserjs / phaser

Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
https://phaser.io
MIT License
37.12k stars 7.1k forks source link

Not work pressing three keys at once and one of them SPACE #1882

Closed VitaZheltyakov closed 9 years ago

VitaZheltyakov commented 9 years ago

The bug occurs in the processing of pressing three keys at once and one of them SPACE. One of the necessary actions linked to the key not working. In the example http://phaser.io/examples/v2/arcade-physics/asteroids-movement if you press UP, LEFT and SPACE, then the ship will not turn to the left. If you replace SPACE to CONTROL, then the problem disappears.

photonstorm commented 9 years ago

From the Phaser.Keyboard documentation: