haXe API Documentation
Back | Index
extern class flash.Key
Available in flash
static var ALT : Int
static var BACKSPACE : Int
static var CAPSLOCK : Int
static var CONTROL : Int
static var DELETEKEY : Int
static var DOWN : Int
static var END : Int
static var ENTER : Int
static var ESCAPE : Int
static var HOME : Int
static var INSERT : Int
static var LEFT : Int
static var PGDN : Int
static var PGUP : Int
static var RIGHT : Int
static var SHIFT : Int
static var SPACE : Int
static var TAB : Int
static var UP : Int
static function addListener(listener : Dynamic) : Void
static function getAscii() : Int
static function getCode() : Int
static function isAccessible() : Bool
static function isDown(code : Int) : Bool
static function isToggled(code : Int) : Bool
static dynamic function onKeyDown() : Void
static dynamic function onKeyUp() : Void
static function removeListener(listener : Dynamic) : Bool
Back | Index