From f804cf4689cd4f328c07acb34a374eaa4002ce81 Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Sun, 28 Jul 2024 23:14:27 +0200 Subject: [PATCH] avm2: FocusEvent.direction is AIR only --- core/src/avm2/globals/flash/events/FocusEvent.as | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/avm2/globals/flash/events/FocusEvent.as b/core/src/avm2/globals/flash/events/FocusEvent.as index 8bd75887f..bdb515556 100644 --- a/core/src/avm2/globals/flash/events/FocusEvent.as +++ b/core/src/avm2/globals/flash/events/FocusEvent.as @@ -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.