Haxe API Documentation
Back |
Indexextern class flash.Key
Available in flash8
- static inline var ALT : Int
- static inline var BACKSPACE : Int
- static inline var CAPSLOCK : Int
- static inline var CONTROL : Int
- static inline var DELETEKEY : Int
- static inline var DOWN : Int
- static inline var END : Int
- static inline var ENTER : Int
- static inline var ESCAPE : Int
- static inline var HOME : Int
- static inline var INSERT : Int
- static inline var LEFT : Int
- static inline var PGDN : Int
- static inline var PGUP : Int
- static inline var RIGHT : Int
- static inline var SHIFT : Int
- static inline var SPACE : Int
- static inline var TAB : Int
- static inline 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