phaser
Version:
A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.
12 lines (11 loc) • 633 B
JavaScript
/**
* {object} Phaser.Types.Input.Keyboard.CursorKeys
* 3.0.0
*
* {Phaser.Input.Keyboard.Key} up - A Key object mapping to the UP arrow key.
* {Phaser.Input.Keyboard.Key} down - A Key object mapping to the DOWN arrow key.
* {Phaser.Input.Keyboard.Key} left - A Key object mapping to the LEFT arrow key.
* {Phaser.Input.Keyboard.Key} right - A Key object mapping to the RIGHT arrow key.
* {Phaser.Input.Keyboard.Key} space - A Key object mapping to the SPACE BAR key.
* {Phaser.Input.Keyboard.Key} shift - A Key object mapping to the SHIFT key.
*/