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