avm2: Add AVM2 keyboard constants (close #10248)

This commit is contained in:
Dejan Varmedja 2023-03-19 11:31:52 +01:00 committed by Nathan Adams
parent e76154009c
commit fca4bfde25
1 changed files with 33 additions and 0 deletions

View File

@ -105,6 +105,39 @@ package flash.ui {
public static const BACKSLASH: uint = 220;
public static const RIGHTBRACKET: uint = 221;
public static const QUOTE: uint = 222;
public static const SETUP: uint = 0x0100001C;
public static const NEXT: uint = 0x0100000E;
public static const MENU: uint = 0x01000012;
public static const CHANNEL_UP: uint = 0x01000004;
public static const EXIT: uint = 0x01000015;
public static const BLUE: uint = 0x01000003;
public static const CHANNEL_DOWN: uint = 0x01000005;
public static const INPUT: uint = 0x0100001B;
public static const DVR: uint = 0x01000019;
public static const SEARCH: uint = 0x0100001F;
public static const MASTER_SHELL: uint = 0x0100001E;
public static const SKIP_BACKWARD: uint = 0x0100000D;
public static const PLAY_PAUSE: uint = 0x01000020;
public static const HELP: uint = 0x0100001D;
public static const VOD: uint = 0x0100001A;
public static const LIVE: uint = 0x01000010;
public static const RED: uint = 0x01000000;
public static const PREVIOUS: uint = 0x0100000F;
public static const RECORD: uint = 0x01000006;
public static const STOP: uint = 0x01000009;
public static const SUBTITLE: uint = 0x01000018;
public static const PLAY: uint = 0x01000007;
public static const GUIDE: uint = 0x01000014;
public static const YELLOW: uint = 0x01000002;
public static const REWIND: uint = 0x0100000B;
public static const INFO: uint = 0x01000013;
public static const LAST: uint = 0x01000011;
public static const PAUSE: uint = 0x01000008;
public static const AUDIO: uint = 0x01000017;
public static const GREEN: uint = 0x01000001;
public static const FAST_FORWARD: uint = 0x0100000A;
public static const SKIP_FORWARD: uint = 0x0100000C;
public static const BACK: uint = 0x01000016;
public static const STRING_BEGIN: String = "\uf72a";
public static const STRING_BREAK: String = "\uf732";