avm2: FocusEvent.direction is AIR only

This commit is contained in:
Nathan Adams 2024-07-28 23:14:27 +02:00
parent dade26e93f
commit f804cf4689
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ package flash.events
public var keyCode: uint;
// Specifies direction of focus for a focusIn event.
[API("661")]
public var direction: String;
// If true, the relatedObject property is set to null for reasons related to security sandboxes.