Source code
Copy as Markdown
Other Tools
// GENERATED CODE
// Generated by the Java program at /build/annotationProcessors at compile time
// from annotations on Java methods. To update, change the annotations on the
// corresponding Javamethods and rerun the build. Manually updating this file
// will cause your build to fail.
#ifndef KeyEvent_h__
#define KeyEvent_h__
#include "mozilla/jni/Refs.h"
namespace mozilla {
namespace java {
namespace sdk {
class KeyEvent : public mozilla::jni::ObjectBase<KeyEvent>
{
public:
static constexpr char name[] =
"android/view/KeyEvent";
explicit KeyEvent(const Context& ctx) : ObjectBase<KeyEvent>(ctx) {}
static constexpr int32_t ACTION_DOWN = 0;
static constexpr int32_t ACTION_MULTIPLE = 2;
static constexpr int32_t ACTION_UP = 1;
static constexpr int32_t CONTENTS_FILE_DESCRIPTOR = 1;
static constexpr int32_t FLAG_CANCELED = 32;
static constexpr int32_t FLAG_CANCELED_LONG_PRESS = 256;
static constexpr int32_t FLAG_EDITOR_ACTION = 16;
static constexpr int32_t FLAG_FALLBACK = 1024;
static constexpr int32_t FLAG_FROM_SYSTEM = 8;
static constexpr int32_t FLAG_KEEP_TOUCH_MODE = 4;
static constexpr int32_t FLAG_LONG_PRESS = 128;
static constexpr int32_t FLAG_SOFT_KEYBOARD = 2;
static constexpr int32_t FLAG_TRACKING = 512;
static constexpr int32_t FLAG_VIRTUAL_HARD_KEY = 64;
static constexpr int32_t FLAG_WOKE_HERE = 1;
static constexpr int32_t KEYCODE_0 = 7;
static constexpr int32_t KEYCODE_1 = 8;
static constexpr int32_t KEYCODE_11 = 227;
static constexpr int32_t KEYCODE_12 = 228;
static constexpr int32_t KEYCODE_2 = 9;
static constexpr int32_t KEYCODE_3 = 10;
static constexpr int32_t KEYCODE_3D_MODE = 206;
static constexpr int32_t KEYCODE_4 = 11;
static constexpr int32_t KEYCODE_5 = 12;
static constexpr int32_t KEYCODE_6 = 13;
static constexpr int32_t KEYCODE_7 = 14;
static constexpr int32_t KEYCODE_8 = 15;
static constexpr int32_t KEYCODE_9 = 16;
static constexpr int32_t KEYCODE_A = 29;
static constexpr int32_t KEYCODE_ALL_APPS = 284;
static constexpr int32_t KEYCODE_ALT_LEFT = 57;
static constexpr int32_t KEYCODE_ALT_RIGHT = 58;
static constexpr int32_t KEYCODE_APOSTROPHE = 75;
static constexpr int32_t KEYCODE_APP_SWITCH = 187;
static constexpr int32_t KEYCODE_ASSIST = 219;
static constexpr int32_t KEYCODE_AT = 77;
static constexpr int32_t KEYCODE_AVR_INPUT = 182;
static constexpr int32_t KEYCODE_AVR_POWER = 181;
static constexpr int32_t KEYCODE_B = 30;
static constexpr int32_t KEYCODE_BACK = 4;
static constexpr int32_t KEYCODE_BACKSLASH = 73;
static constexpr int32_t KEYCODE_BOOKMARK = 174;
static constexpr int32_t KEYCODE_BREAK = 121;
static constexpr int32_t KEYCODE_BRIGHTNESS_DOWN = 220;
static constexpr int32_t KEYCODE_BRIGHTNESS_UP = 221;
static constexpr int32_t KEYCODE_BUTTON_1 = 188;
static constexpr int32_t KEYCODE_BUTTON_10 = 197;
static constexpr int32_t KEYCODE_BUTTON_11 = 198;
static constexpr int32_t KEYCODE_BUTTON_12 = 199;
static constexpr int32_t KEYCODE_BUTTON_13 = 200;
static constexpr int32_t KEYCODE_BUTTON_14 = 201;
static constexpr int32_t KEYCODE_BUTTON_15 = 202;
static constexpr int32_t KEYCODE_BUTTON_16 = 203;
static constexpr int32_t KEYCODE_BUTTON_2 = 189;
static constexpr int32_t KEYCODE_BUTTON_3 = 190;
static constexpr int32_t KEYCODE_BUTTON_4 = 191;
static constexpr int32_t KEYCODE_BUTTON_5 = 192;
static constexpr int32_t KEYCODE_BUTTON_6 = 193;
static constexpr int32_t KEYCODE_BUTTON_7 = 194;
static constexpr int32_t KEYCODE_BUTTON_8 = 195;
static constexpr int32_t KEYCODE_BUTTON_9 = 196;
static constexpr int32_t KEYCODE_BUTTON_A = 96;
static constexpr int32_t KEYCODE_BUTTON_B = 97;
static constexpr int32_t KEYCODE_BUTTON_C = 98;
static constexpr int32_t KEYCODE_BUTTON_L1 = 102;
static constexpr int32_t KEYCODE_BUTTON_L2 = 104;
static constexpr int32_t KEYCODE_BUTTON_MODE = 110;
static constexpr int32_t KEYCODE_BUTTON_R1 = 103;
static constexpr int32_t KEYCODE_BUTTON_R2 = 105;
static constexpr int32_t KEYCODE_BUTTON_SELECT = 109;
static constexpr int32_t KEYCODE_BUTTON_START = 108;
static constexpr int32_t KEYCODE_BUTTON_THUMBL = 106;
static constexpr int32_t KEYCODE_BUTTON_THUMBR = 107;
static constexpr int32_t KEYCODE_BUTTON_X = 99;
static constexpr int32_t KEYCODE_BUTTON_Y = 100;
static constexpr int32_t KEYCODE_BUTTON_Z = 101;
static constexpr int32_t KEYCODE_C = 31;
static constexpr int32_t KEYCODE_CALCULATOR = 210;
static constexpr int32_t KEYCODE_CALENDAR = 208;
static constexpr int32_t KEYCODE_CALL = 5;
static constexpr int32_t KEYCODE_CAMERA = 27;
static constexpr int32_t KEYCODE_CAPS_LOCK = 115;
static constexpr int32_t KEYCODE_CAPTIONS = 175;
static constexpr int32_t KEYCODE_CHANNEL_DOWN = 167;
static constexpr int32_t KEYCODE_CHANNEL_UP = 166;
static constexpr int32_t KEYCODE_CLEAR = 28;
static constexpr int32_t KEYCODE_COMMA = 55;
static constexpr int32_t KEYCODE_CONTACTS = 207;
static constexpr int32_t KEYCODE_COPY = 278;
static constexpr int32_t KEYCODE_CTRL_LEFT = 113;
static constexpr int32_t KEYCODE_CTRL_RIGHT = 114;
static constexpr int32_t KEYCODE_CUT = 277;
static constexpr int32_t KEYCODE_D = 32;
static constexpr int32_t KEYCODE_DEL = 67;
static constexpr int32_t KEYCODE_DEMO_APP_1 = 301;
static constexpr int32_t KEYCODE_DEMO_APP_2 = 302;
static constexpr int32_t KEYCODE_DEMO_APP_3 = 303;
static constexpr int32_t KEYCODE_DEMO_APP_4 = 304;
static constexpr int32_t KEYCODE_DPAD_CENTER = 23;
static constexpr int32_t KEYCODE_DPAD_DOWN = 20;
static constexpr int32_t KEYCODE_DPAD_DOWN_LEFT = 269;
static constexpr int32_t KEYCODE_DPAD_DOWN_RIGHT = 271;
static constexpr int32_t KEYCODE_DPAD_LEFT = 21;
static constexpr int32_t KEYCODE_DPAD_RIGHT = 22;
static constexpr int32_t KEYCODE_DPAD_UP = 19;
static constexpr int32_t KEYCODE_DPAD_UP_LEFT = 268;
static constexpr int32_t KEYCODE_DPAD_UP_RIGHT = 270;
static constexpr int32_t KEYCODE_DVR = 173;
static constexpr int32_t KEYCODE_E = 33;
static constexpr int32_t KEYCODE_EISU = 212;
static constexpr int32_t KEYCODE_EMOJI_PICKER = 317;
static constexpr int32_t KEYCODE_ENDCALL = 6;
static constexpr int32_t KEYCODE_ENTER = 66;
static constexpr int32_t KEYCODE_ENVELOPE = 65;
static constexpr int32_t KEYCODE_EQUALS = 70;
static constexpr int32_t KEYCODE_ESCAPE = 111;
static constexpr int32_t KEYCODE_EXPLORER = 64;
static constexpr int32_t KEYCODE_F = 34;
static constexpr int32_t KEYCODE_F1 = 131;
static constexpr int32_t KEYCODE_F10 = 140;
static constexpr int32_t KEYCODE_F11 = 141;
static constexpr int32_t KEYCODE_F12 = 142;
static constexpr int32_t KEYCODE_F2 = 132;
static constexpr int32_t KEYCODE_F3 = 133;
static constexpr int32_t KEYCODE_F4 = 134;
static constexpr int32_t KEYCODE_F5 = 135;
static constexpr int32_t KEYCODE_F6 = 136;
static constexpr int32_t KEYCODE_F7 = 137;
static constexpr int32_t KEYCODE_F8 = 138;
static constexpr int32_t KEYCODE_F9 = 139;
static constexpr int32_t KEYCODE_FEATURED_APP_1 = 297;
static constexpr int32_t KEYCODE_FEATURED_APP_2 = 298;
static constexpr int32_t KEYCODE_FEATURED_APP_3 = 299;
static constexpr int32_t KEYCODE_FEATURED_APP_4 = 300;
static constexpr int32_t KEYCODE_FOCUS = 80;
static constexpr int32_t KEYCODE_FORWARD = 125;
static constexpr int32_t KEYCODE_FORWARD_DEL = 112;
static constexpr int32_t KEYCODE_FUNCTION = 119;
static constexpr int32_t KEYCODE_G = 35;
static constexpr int32_t KEYCODE_GRAVE = 68;
static constexpr int32_t KEYCODE_GUIDE = 172;
static constexpr int32_t KEYCODE_H = 36;
static constexpr int32_t KEYCODE_HEADSETHOOK = 79;
static constexpr int32_t KEYCODE_HELP = 259;
static constexpr int32_t KEYCODE_HENKAN = 214;
static constexpr int32_t KEYCODE_HOME = 3;
static constexpr int32_t KEYCODE_I = 37;
static constexpr int32_t KEYCODE_INFO = 165;
static constexpr int32_t KEYCODE_INSERT = 124;
static constexpr int32_t KEYCODE_J = 38;
static constexpr int32_t KEYCODE_K = 39;
static constexpr int32_t KEYCODE_KANA = 218;
static constexpr int32_t KEYCODE_KATAKANA_HIRAGANA = 215;
static constexpr int32_t KEYCODE_KEYBOARD_BACKLIGHT_DOWN = 305;
static constexpr int32_t KEYCODE_KEYBOARD_BACKLIGHT_TOGGLE = 307;
static constexpr int32_t KEYCODE_KEYBOARD_BACKLIGHT_UP = 306;
static constexpr int32_t KEYCODE_L = 40;
static constexpr int32_t KEYCODE_LANGUAGE_SWITCH = 204;
static constexpr int32_t KEYCODE_LAST_CHANNEL = 229;
static constexpr int32_t KEYCODE_LEFT_BRACKET = 71;
static constexpr int32_t KEYCODE_M = 41;
static constexpr int32_t KEYCODE_MACRO_1 = 313;
static constexpr int32_t KEYCODE_MACRO_2 = 314;
static constexpr int32_t KEYCODE_MACRO_3 = 315;
static constexpr int32_t KEYCODE_MACRO_4 = 316;
static constexpr int32_t KEYCODE_MANNER_MODE = 205;
static constexpr int32_t KEYCODE_MEDIA_AUDIO_TRACK = 222;
static constexpr int32_t KEYCODE_MEDIA_CLOSE = 128;
static constexpr int32_t KEYCODE_MEDIA_EJECT = 129;
static constexpr int32_t KEYCODE_MEDIA_FAST_FORWARD = 90;
static constexpr int32_t KEYCODE_MEDIA_NEXT = 87;
static constexpr int32_t KEYCODE_MEDIA_PAUSE = 127;
static constexpr int32_t KEYCODE_MEDIA_PLAY = 126;
static constexpr int32_t KEYCODE_MEDIA_PLAY_PAUSE = 85;
static constexpr int32_t KEYCODE_MEDIA_PREVIOUS = 88;
static constexpr int32_t KEYCODE_MEDIA_RECORD = 130;
static constexpr int32_t KEYCODE_MEDIA_REWIND = 89;
static constexpr int32_t KEYCODE_MEDIA_SKIP_BACKWARD = 273;
static constexpr int32_t KEYCODE_MEDIA_SKIP_FORWARD = 272;
static constexpr int32_t KEYCODE_MEDIA_STEP_BACKWARD = 275;
static constexpr int32_t KEYCODE_MEDIA_STEP_FORWARD = 274;
static constexpr int32_t KEYCODE_MEDIA_STOP = 86;
static constexpr int32_t KEYCODE_MEDIA_TOP_MENU = 226;
static constexpr int32_t KEYCODE_MENU = 82;
static constexpr int32_t KEYCODE_META_LEFT = 117;
static constexpr int32_t KEYCODE_META_RIGHT = 118;
static constexpr int32_t KEYCODE_MINUS = 69;
static constexpr int32_t KEYCODE_MOVE_END = 123;
static constexpr int32_t KEYCODE_MOVE_HOME = 122;
static constexpr int32_t KEYCODE_MUHENKAN = 213;
static constexpr int32_t KEYCODE_MUSIC = 209;
static constexpr int32_t KEYCODE_MUTE = 91;
static constexpr int32_t KEYCODE_N = 42;
static constexpr int32_t KEYCODE_NAVIGATE_IN = 262;
static constexpr int32_t KEYCODE_NAVIGATE_NEXT = 261;
static constexpr int32_t KEYCODE_NAVIGATE_OUT = 263;
static constexpr int32_t KEYCODE_NAVIGATE_PREVIOUS = 260;
static constexpr int32_t KEYCODE_NOTIFICATION = 83;
static constexpr int32_t KEYCODE_NUM = 78;
static constexpr int32_t KEYCODE_NUMPAD_0 = 144;
static constexpr int32_t KEYCODE_NUMPAD_1 = 145;
static constexpr int32_t KEYCODE_NUMPAD_2 = 146;
static constexpr int32_t KEYCODE_NUMPAD_3 = 147;
static constexpr int32_t KEYCODE_NUMPAD_4 = 148;
static constexpr int32_t KEYCODE_NUMPAD_5 = 149;
static constexpr int32_t KEYCODE_NUMPAD_6 = 150;
static constexpr int32_t KEYCODE_NUMPAD_7 = 151;
static constexpr int32_t KEYCODE_NUMPAD_8 = 152;
static constexpr int32_t KEYCODE_NUMPAD_9 = 153;
static constexpr int32_t KEYCODE_NUMPAD_ADD = 157;
static constexpr int32_t KEYCODE_NUMPAD_COMMA = 159;
static constexpr int32_t KEYCODE_NUMPAD_DIVIDE = 154;
static constexpr int32_t KEYCODE_NUMPAD_DOT = 158;
static constexpr int32_t KEYCODE_NUMPAD_ENTER = 160;
static constexpr int32_t KEYCODE_NUMPAD_EQUALS = 161;
static constexpr int32_t KEYCODE_NUMPAD_LEFT_PAREN = 162;
static constexpr int32_t KEYCODE_NUMPAD_MULTIPLY = 155;
static constexpr int32_t KEYCODE_NUMPAD_RIGHT_PAREN = 163;
static constexpr int32_t KEYCODE_NUMPAD_SUBTRACT = 156;
static constexpr int32_t KEYCODE_NUM_LOCK = 143;
static constexpr int32_t KEYCODE_O = 43;
static constexpr int32_t KEYCODE_P = 44;
static constexpr int32_t KEYCODE_PAGE_DOWN = 93;
static constexpr int32_t KEYCODE_PAGE_UP = 92;
static constexpr int32_t KEYCODE_PAIRING = 225;
static constexpr int32_t KEYCODE_PASTE = 279;
static constexpr int32_t KEYCODE_PERIOD = 56;
static constexpr int32_t KEYCODE_PICTSYMBOLS = 94;
static constexpr int32_t KEYCODE_PLUS = 81;
static constexpr int32_t KEYCODE_POUND = 18;
static constexpr int32_t KEYCODE_POWER = 26;
static constexpr int32_t KEYCODE_PROFILE_SWITCH = 288;
static constexpr int32_t KEYCODE_PROG_BLUE = 186;
static constexpr int32_t KEYCODE_PROG_GREEN = 184;
static constexpr int32_t KEYCODE_PROG_RED = 183;
static constexpr int32_t KEYCODE_PROG_YELLOW = 185;
static constexpr int32_t KEYCODE_Q = 45;
static constexpr int32_t KEYCODE_R = 46;
static constexpr int32_t KEYCODE_RECENT_APPS = 312;
static constexpr int32_t KEYCODE_REFRESH = 285;
static constexpr int32_t KEYCODE_RIGHT_BRACKET = 72;
static constexpr int32_t KEYCODE_RO = 217;
static constexpr int32_t KEYCODE_S = 47;
static constexpr int32_t KEYCODE_SCREENSHOT = 318;
static constexpr int32_t KEYCODE_SCROLL_LOCK = 116;
static constexpr int32_t KEYCODE_SEARCH = 84;
static constexpr int32_t KEYCODE_SEMICOLON = 74;
static constexpr int32_t KEYCODE_SETTINGS = 176;
static constexpr int32_t KEYCODE_SHIFT_LEFT = 59;
static constexpr int32_t KEYCODE_SHIFT_RIGHT = 60;
static constexpr int32_t KEYCODE_SLASH = 76;
static constexpr int32_t KEYCODE_SLEEP = 223;
static constexpr int32_t KEYCODE_SOFT_LEFT = 1;
static constexpr int32_t KEYCODE_SOFT_RIGHT = 2;
static constexpr int32_t KEYCODE_SOFT_SLEEP = 276;
static constexpr int32_t KEYCODE_SPACE = 62;
static constexpr int32_t KEYCODE_STAR = 17;
static constexpr int32_t KEYCODE_STB_INPUT = 180;
static constexpr int32_t KEYCODE_STB_POWER = 179;
static constexpr int32_t KEYCODE_STEM_1 = 265;
static constexpr int32_t KEYCODE_STEM_2 = 266;
static constexpr int32_t KEYCODE_STEM_3 = 267;
static constexpr int32_t KEYCODE_STEM_PRIMARY = 264;
static constexpr int32_t KEYCODE_STYLUS_BUTTON_PRIMARY = 308;
static constexpr int32_t KEYCODE_STYLUS_BUTTON_SECONDARY = 309;
static constexpr int32_t KEYCODE_STYLUS_BUTTON_TAIL = 311;
static constexpr int32_t KEYCODE_STYLUS_BUTTON_TERTIARY = 310;
static constexpr int32_t KEYCODE_SWITCH_CHARSET = 95;
static constexpr int32_t KEYCODE_SYM = 63;
static constexpr int32_t KEYCODE_SYSRQ = 120;
static constexpr int32_t KEYCODE_SYSTEM_NAVIGATION_DOWN = 281;
static constexpr int32_t KEYCODE_SYSTEM_NAVIGATION_LEFT = 282;
static constexpr int32_t KEYCODE_SYSTEM_NAVIGATION_RIGHT = 283;
static constexpr int32_t KEYCODE_SYSTEM_NAVIGATION_UP = 280;
static constexpr int32_t KEYCODE_T = 48;
static constexpr int32_t KEYCODE_TAB = 61;
static constexpr int32_t KEYCODE_THUMBS_DOWN = 287;
static constexpr int32_t KEYCODE_THUMBS_UP = 286;
static constexpr int32_t KEYCODE_TV = 170;
static constexpr int32_t KEYCODE_TV_ANTENNA_CABLE = 242;
static constexpr int32_t KEYCODE_TV_AUDIO_DESCRIPTION = 252;
static constexpr int32_t KEYCODE_TV_AUDIO_DESCRIPTION_MIX_DOWN = 254;
static constexpr int32_t KEYCODE_TV_AUDIO_DESCRIPTION_MIX_UP = 253;
static constexpr int32_t KEYCODE_TV_CONTENTS_MENU = 256;
static constexpr int32_t KEYCODE_TV_DATA_SERVICE = 230;
static constexpr int32_t KEYCODE_TV_INPUT = 178;
static constexpr int32_t KEYCODE_TV_INPUT_COMPONENT_1 = 249;
static constexpr int32_t KEYCODE_TV_INPUT_COMPONENT_2 = 250;
static constexpr int32_t KEYCODE_TV_INPUT_COMPOSITE_1 = 247;
static constexpr int32_t KEYCODE_TV_INPUT_COMPOSITE_2 = 248;
static constexpr int32_t KEYCODE_TV_INPUT_HDMI_1 = 243;
static constexpr int32_t KEYCODE_TV_INPUT_HDMI_2 = 244;
static constexpr int32_t KEYCODE_TV_INPUT_HDMI_3 = 245;
static constexpr int32_t KEYCODE_TV_INPUT_HDMI_4 = 246;
static constexpr int32_t KEYCODE_TV_INPUT_VGA_1 = 251;
static constexpr int32_t KEYCODE_TV_MEDIA_CONTEXT_MENU = 257;
static constexpr int32_t KEYCODE_TV_NETWORK = 241;
static constexpr int32_t KEYCODE_TV_NUMBER_ENTRY = 234;
static constexpr int32_t KEYCODE_TV_POWER = 177;
static constexpr int32_t KEYCODE_TV_RADIO_SERVICE = 232;
static constexpr int32_t KEYCODE_TV_SATELLITE = 237;
static constexpr int32_t KEYCODE_TV_SATELLITE_BS = 238;
static constexpr int32_t KEYCODE_TV_SATELLITE_CS = 239;
static constexpr int32_t KEYCODE_TV_SATELLITE_SERVICE = 240;
static constexpr int32_t KEYCODE_TV_TELETEXT = 233;
static constexpr int32_t KEYCODE_TV_TERRESTRIAL_ANALOG = 235;
static constexpr int32_t KEYCODE_TV_TERRESTRIAL_DIGITAL = 236;
static constexpr int32_t KEYCODE_TV_TIMER_PROGRAMMING = 258;
static constexpr int32_t KEYCODE_TV_ZOOM_MODE = 255;
static constexpr int32_t KEYCODE_U = 49;
static constexpr int32_t KEYCODE_UNKNOWN = 0;
static constexpr int32_t KEYCODE_V = 50;
static constexpr int32_t KEYCODE_VIDEO_APP_1 = 289;
static constexpr int32_t KEYCODE_VIDEO_APP_2 = 290;
static constexpr int32_t KEYCODE_VIDEO_APP_3 = 291;
static constexpr int32_t KEYCODE_VIDEO_APP_4 = 292;
static constexpr int32_t KEYCODE_VIDEO_APP_5 = 293;
static constexpr int32_t KEYCODE_VIDEO_APP_6 = 294;
static constexpr int32_t KEYCODE_VIDEO_APP_7 = 295;
static constexpr int32_t KEYCODE_VIDEO_APP_8 = 296;
static constexpr int32_t KEYCODE_VOICE_ASSIST = 231;
static constexpr int32_t KEYCODE_VOLUME_DOWN = 25;
static constexpr int32_t KEYCODE_VOLUME_MUTE = 164;
static constexpr int32_t KEYCODE_VOLUME_UP = 24;
static constexpr int32_t KEYCODE_W = 51;
static constexpr int32_t KEYCODE_WAKEUP = 224;
static constexpr int32_t KEYCODE_WINDOW = 171;
static constexpr int32_t KEYCODE_X = 52;
static constexpr int32_t KEYCODE_Y = 53;
static constexpr int32_t KEYCODE_YEN = 216;
static constexpr int32_t KEYCODE_Z = 54;
static constexpr int32_t KEYCODE_ZENKAKU_HANKAKU = 211;
static constexpr int32_t KEYCODE_ZOOM_IN = 168;
static constexpr int32_t KEYCODE_ZOOM_OUT = 169;
static constexpr int32_t MAX_KEYCODE = 84;
static constexpr int32_t META_ALT_LEFT_ON = 16;
static constexpr int32_t META_ALT_MASK = 50;
static constexpr int32_t META_ALT_ON = 2;
static constexpr int32_t META_ALT_RIGHT_ON = 32;
static constexpr int32_t META_CAPS_LOCK_ON = 1048576;
static constexpr int32_t META_CTRL_LEFT_ON = 8192;
static constexpr int32_t META_CTRL_MASK = 28672;
static constexpr int32_t META_CTRL_ON = 4096;
static constexpr int32_t META_CTRL_RIGHT_ON = 16384;
static constexpr int32_t META_FUNCTION_ON = 8;
static constexpr int32_t META_META_LEFT_ON = 131072;
static constexpr int32_t META_META_MASK = 458752;
static constexpr int32_t META_META_ON = 65536;
static constexpr int32_t META_META_RIGHT_ON = 262144;
static constexpr int32_t META_NUM_LOCK_ON = 2097152;
static constexpr int32_t META_SCROLL_LOCK_ON = 4194304;
static constexpr int32_t META_SHIFT_LEFT_ON = 64;
static constexpr int32_t META_SHIFT_MASK = 193;
static constexpr int32_t META_SHIFT_ON = 1;
static constexpr int32_t META_SHIFT_RIGHT_ON = 128;
static constexpr int32_t META_SYM_ON = 4;
static constexpr int32_t PARCELABLE_WRITE_RETURN_VALUE = 1;
static const mozilla::jni::CallingThread callingThread =
mozilla::jni::CallingThread::ANY;
};
} /* sdk */
} /* java */
} /* mozilla */
#endif