UNPKG

phaser3-merged-input

Version:

A Phaser 3 plugin to handle input from keyboard, gamepad & mouse, allowing for easy key definition and multiplayer input

23 lines (20 loc) 439 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Merged input demo</title> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta http-equiv="cleartype" content="on"> <style> html, body { margin: 0; padding: 0; } </style> </head> <body> <div id="game"> </div> </body> </html>