Home
Components
Playground
Developer
Forums
Contribute
class
KeyboardEvent
UIEvent
KeyboardEvent
package
haxe.ui.events
haxe.ui.events.UIEvent
↪ haxe.ui.events.KeyboardEvent
Static Properties
read-only
static
KEY_DOWN
:String
read-only
static
KEY_PRESS
:String
read-only
static
KEY_UP
:String
Properties
altKey
:Bool
ctrlKey
:Bool
keyCode
:Int
shiftKey
:Bool
Inherited from UIEvent
bubble
:Bool
canceled
:Bool
data
::Dynamic
previousValue
:
Variant
relatedEvent
:
UIEvent
target
:
Component
type
:String
value
:
Variant
Methods
override
clone
():
KeyboardEvent
Inherited from UIEvent
override
cancel
():Void
clone
():
UIEvent
copyFrom
(c:
UIEvent
):Void