Key

Availability
Flash Player 6

Description
The Key class is a top-level class whose methods and properties you can use without using a constructor. Use the methods of the Key class to build an interface that can be controlled by a user with a standard keyboard. The properties of the Key class are constants representing the keys most commonly used to control games.

Methods
addListener  getAscii  getCode  isDown  isToggled  removeListener 

Properties
BACKSPACE  CAPSLOCK  CONTROL  DELETEKEY  DOWN  END  ENTER  ESCAPE  HOME  INSERT  LEFT  PGDN  PGUP  RIGHT  SHIFT  SPACE  TAB  UP 

Key