haXe API Documentation
Back | Index
extern class flash.events.KeyboardEvent
extends Event
Available in flash9
var altKey : Bool
var charCode : UInt
var ctrlKey : Bool
var keyCode : UInt
var keyLocation : flash.ui.KeyLocation
var shiftKey : Bool
function new(type : String, ?bubbles : Bool, ?cancelable : Bool, ?charCodeValue : UInt, ?keyCodeValue : UInt, ?keyLocationValue : flash.ui.KeyLocation, ?ctrlKeyValue : Bool, ?altKeyValue : Bool, ?shiftKeyValue : Bool) : Void
function updateAfterEvent() : Void
static var KEY_DOWN : String
static var KEY_UP : String
Back | Index