KeyboardEvent
extern class flash.events.KeyboardEventextends EventAvailable in flash
var altKey : Bool
var charCode : UInt
var ctrlKey : Bool
var keyCode : UInt
var keyLocation : KeyLocation
var shiftKey : Bool
function new( type : String, ?bubbles : Bool, ?cancelable : Bool, ?charCodeValue : UInt, ?keyCodeValue : UInt, ?keyLocationValue : KeyLocation, ?ctrlKeyValue : Bool, ?altKeyValue : Bool, ?shiftKeyValue : Bool ) : Void
function updateAfterEvent() : Void
static var KEY_DOWN : String
static var KEY_UP : String
version #12897, modified 2012-04-12 22:25:02 by api
0 comment