KeyboardEvent
package flash.events
extends Event
Доступно в flash
Статические переменные
staticfinalread onlyKEY_DOWN:String
staticfinalread onlyKEY_UP:String
Конструктор
new(type:String, bubbles:Bool = true, cancelable:Bool = false, charCodeValue:UInt = 0, keyCodeValue:UInt = 0, keyLocationValue:KeyLocation = 0, ctrlKeyValue:Bool = false, altKeyValue:Bool = false, shiftKeyValue:Bool = false)
Переменные
altKey:Bool
charCode:UInt
ctrlKey:Bool
keyCode:UInt
keyLocation:KeyLocation
shiftKey:Bool
Методы
updateAfterEvent():Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/flash/events/KeyboardEvent.html