Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Side by Side Diff: mojo/dart/packages/mojo_services/lib/mojo/input_key_codes.mojom.dart

Issue 1433183002: Generate Mojom Types for Dart (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Add test_included_unions to the _mojo_for_test_only package Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 library input_key_codes_mojom; 5 library input_key_codes_mojom;
6 6
7 import 'dart:async'; 7 import 'dart:async';
8 8
9 import 'package:mojo/bindings.dart' as bindings; 9 import 'package:mojo/bindings.dart' as bindings;
10 import 'package:mojo/core.dart' as core; 10 import 'package:mojo/core.dart' as core;
11 import 'package:mojo/mojo/mojom_types.mojom.dart' as mojom_types;
12
11 class KeyboardCode extends bindings.MojoEnum { 13 class KeyboardCode extends bindings.MojoEnum {
12 static const BACK = const KeyboardCode._(8); 14 static const BACK = const KeyboardCode._(8);
13 static const TAB = const KeyboardCode._(9); 15 static const TAB = const KeyboardCode._(9);
14 static const CLEAR = const KeyboardCode._(12); 16 static const CLEAR = const KeyboardCode._(12);
15 static const RETURN = const KeyboardCode._(13); 17 static const RETURN = const KeyboardCode._(13);
16 static const SHIFT = const KeyboardCode._(16); 18 static const SHIFT = const KeyboardCode._(16);
17 static const CONTROL = const KeyboardCode._(17); 19 static const CONTROL = const KeyboardCode._(17);
18 static const MENU = const KeyboardCode._(18); 20 static const MENU = const KeyboardCode._(18);
19 static const PAUSE = const KeyboardCode._(19); 21 static const PAUSE = const KeyboardCode._(19);
20 static const CAPITAL = const KeyboardCode._(20); 22 static const CAPITAL = const KeyboardCode._(20);
(...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1228 case NONAME: 1230 case NONAME:
1229 return 'KeyboardCode.NONAME'; 1231 return 'KeyboardCode.NONAME';
1230 case PA1: 1232 case PA1:
1231 return 'KeyboardCode.PA1'; 1233 return 'KeyboardCode.PA1';
1232 case OEM_CLEAR: 1234 case OEM_CLEAR:
1233 return 'KeyboardCode.OEM_CLEAR'; 1235 return 'KeyboardCode.OEM_CLEAR';
1234 case UNKNOWN: 1236 case UNKNOWN:
1235 return 'KeyboardCode.UNKNOWN'; 1237 return 'KeyboardCode.UNKNOWN';
1236 case ALTGR: 1238 case ALTGR:
1237 return 'KeyboardCode.ALTGR'; 1239 return 'KeyboardCode.ALTGR';
1240 default:
1241 return null;
1238 } 1242 }
1239 } 1243 }
1240 1244
1241 int toJson() => value; 1245 int toJson() => value;
1242 } 1246 }
1243 1247
1244 1248 mojom_types.MojomEnum _input_key_codes_KeyboardCode__() {
1245 1249 return new mojom_types.MojomEnum()
1250 ..declData = (new mojom_types.DeclarationData()..shortName = "KeyboardCode")
1251 ..values = <mojom_types.EnumValue>[new mojom_types.EnumValue()
1252 ..declData = (new mojom_types.DeclarationData()..shortName = "BACK")
1253 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1254 ..intValue = 8,new mojom_types.EnumValue()
1255 ..declData = (new mojom_types.DeclarationData()..shortName = "TAB")
1256 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1257 ..intValue = 9,new mojom_types.EnumValue()
1258 ..declData = (new mojom_types.DeclarationData()..shortName = "CLEAR")
1259 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1260 ..intValue = 12,new mojom_types.EnumValue()
1261 ..declData = (new mojom_types.DeclarationData()..shortName = "RETURN")
1262 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1263 ..intValue = 13,new mojom_types.EnumValue()
1264 ..declData = (new mojom_types.DeclarationData()..shortName = "SHIFT")
1265 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1266 ..intValue = 16,new mojom_types.EnumValue()
1267 ..declData = (new mojom_types.DeclarationData()..shortName = "CONTROL")
1268 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1269 ..intValue = 17,new mojom_types.EnumValue()
1270 ..declData = (new mojom_types.DeclarationData()..shortName = "MENU")
1271 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1272 ..intValue = 18,new mojom_types.EnumValue()
1273 ..declData = (new mojom_types.DeclarationData()..shortName = "PAUSE")
1274 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1275 ..intValue = 19,new mojom_types.EnumValue()
1276 ..declData = (new mojom_types.DeclarationData()..shortName = "CAPITAL")
1277 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1278 ..intValue = 20,new mojom_types.EnumValue()
1279 ..declData = (new mojom_types.DeclarationData()..shortName = "KANA")
1280 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1281 ..intValue = 21,new mojom_types.EnumValue()
1282 ..declData = (new mojom_types.DeclarationData()..shortName = "HANGUL")
1283 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1284 ..intValue = 21,new mojom_types.EnumValue()
1285 ..declData = (new mojom_types.DeclarationData()..shortName = "JUNJA")
1286 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1287 ..intValue = 23,new mojom_types.EnumValue()
1288 ..declData = (new mojom_types.DeclarationData()..shortName = "FINAL")
1289 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1290 ..intValue = 24,new mojom_types.EnumValue()
1291 ..declData = (new mojom_types.DeclarationData()..shortName = "HANJA")
1292 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1293 ..intValue = 25,new mojom_types.EnumValue()
1294 ..declData = (new mojom_types.DeclarationData()..shortName = "KANJI")
1295 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1296 ..intValue = 25,new mojom_types.EnumValue()
1297 ..declData = (new mojom_types.DeclarationData()..shortName = "ESCAPE")
1298 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1299 ..intValue = 27,new mojom_types.EnumValue()
1300 ..declData = (new mojom_types.DeclarationData()..shortName = "CONVERT")
1301 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1302 ..intValue = 28,new mojom_types.EnumValue()
1303 ..declData = (new mojom_types.DeclarationData()..shortName = "NONCONVERT ")
1304 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1305 ..intValue = 29,new mojom_types.EnumValue()
1306 ..declData = (new mojom_types.DeclarationData()..shortName = "ACCEPT")
1307 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1308 ..intValue = 30,new mojom_types.EnumValue()
1309 ..declData = (new mojom_types.DeclarationData()..shortName = "MODECHANGE ")
1310 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1311 ..intValue = 31,new mojom_types.EnumValue()
1312 ..declData = (new mojom_types.DeclarationData()..shortName = "SPACE")
1313 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1314 ..intValue = 32,new mojom_types.EnumValue()
1315 ..declData = (new mojom_types.DeclarationData()..shortName = "PRIOR")
1316 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1317 ..intValue = 33,new mojom_types.EnumValue()
1318 ..declData = (new mojom_types.DeclarationData()..shortName = "NEXT")
1319 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1320 ..intValue = 34,new mojom_types.EnumValue()
1321 ..declData = (new mojom_types.DeclarationData()..shortName = "END")
1322 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1323 ..intValue = 35,new mojom_types.EnumValue()
1324 ..declData = (new mojom_types.DeclarationData()..shortName = "HOME")
1325 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1326 ..intValue = 36,new mojom_types.EnumValue()
1327 ..declData = (new mojom_types.DeclarationData()..shortName = "LEFT")
1328 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1329 ..intValue = 37,new mojom_types.EnumValue()
1330 ..declData = (new mojom_types.DeclarationData()..shortName = "UP")
1331 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1332 ..intValue = 38,new mojom_types.EnumValue()
1333 ..declData = (new mojom_types.DeclarationData()..shortName = "RIGHT")
1334 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1335 ..intValue = 39,new mojom_types.EnumValue()
1336 ..declData = (new mojom_types.DeclarationData()..shortName = "DOWN")
1337 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1338 ..intValue = 40,new mojom_types.EnumValue()
1339 ..declData = (new mojom_types.DeclarationData()..shortName = "SELECT")
1340 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1341 ..intValue = 41,new mojom_types.EnumValue()
1342 ..declData = (new mojom_types.DeclarationData()..shortName = "PRINT")
1343 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1344 ..intValue = 42,new mojom_types.EnumValue()
1345 ..declData = (new mojom_types.DeclarationData()..shortName = "EXECUTE")
1346 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1347 ..intValue = 43,new mojom_types.EnumValue()
1348 ..declData = (new mojom_types.DeclarationData()..shortName = "SNAPSHOT")
1349 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1350 ..intValue = 44,new mojom_types.EnumValue()
1351 ..declData = (new mojom_types.DeclarationData()..shortName = "INSERT")
1352 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1353 ..intValue = 45,new mojom_types.EnumValue()
1354 ..declData = (new mojom_types.DeclarationData()..shortName = "DELETE")
1355 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1356 ..intValue = 46,new mojom_types.EnumValue()
1357 ..declData = (new mojom_types.DeclarationData()..shortName = "HELP")
1358 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1359 ..intValue = 47,new mojom_types.EnumValue()
1360 ..declData = (new mojom_types.DeclarationData()..shortName = "NUM_0")
1361 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1362 ..intValue = 48,new mojom_types.EnumValue()
1363 ..declData = (new mojom_types.DeclarationData()..shortName = "NUM_1")
1364 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1365 ..intValue = 49,new mojom_types.EnumValue()
1366 ..declData = (new mojom_types.DeclarationData()..shortName = "NUM_2")
1367 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1368 ..intValue = 50,new mojom_types.EnumValue()
1369 ..declData = (new mojom_types.DeclarationData()..shortName = "NUM_3")
1370 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1371 ..intValue = 51,new mojom_types.EnumValue()
1372 ..declData = (new mojom_types.DeclarationData()..shortName = "NUM_4")
1373 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1374 ..intValue = 52,new mojom_types.EnumValue()
1375 ..declData = (new mojom_types.DeclarationData()..shortName = "NUM_5")
1376 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1377 ..intValue = 53,new mojom_types.EnumValue()
1378 ..declData = (new mojom_types.DeclarationData()..shortName = "NUM_6")
1379 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1380 ..intValue = 54,new mojom_types.EnumValue()
1381 ..declData = (new mojom_types.DeclarationData()..shortName = "NUM_7")
1382 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1383 ..intValue = 55,new mojom_types.EnumValue()
1384 ..declData = (new mojom_types.DeclarationData()..shortName = "NUM_8")
1385 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1386 ..intValue = 56,new mojom_types.EnumValue()
1387 ..declData = (new mojom_types.DeclarationData()..shortName = "NUM_9")
1388 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1389 ..intValue = 57,new mojom_types.EnumValue()
1390 ..declData = (new mojom_types.DeclarationData()..shortName = "A")
1391 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1392 ..intValue = 65,new mojom_types.EnumValue()
1393 ..declData = (new mojom_types.DeclarationData()..shortName = "B")
1394 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1395 ..intValue = 66,new mojom_types.EnumValue()
1396 ..declData = (new mojom_types.DeclarationData()..shortName = "C")
1397 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1398 ..intValue = 67,new mojom_types.EnumValue()
1399 ..declData = (new mojom_types.DeclarationData()..shortName = "D")
1400 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1401 ..intValue = 68,new mojom_types.EnumValue()
1402 ..declData = (new mojom_types.DeclarationData()..shortName = "E")
1403 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1404 ..intValue = 69,new mojom_types.EnumValue()
1405 ..declData = (new mojom_types.DeclarationData()..shortName = "F")
1406 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1407 ..intValue = 70,new mojom_types.EnumValue()
1408 ..declData = (new mojom_types.DeclarationData()..shortName = "G")
1409 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1410 ..intValue = 71,new mojom_types.EnumValue()
1411 ..declData = (new mojom_types.DeclarationData()..shortName = "H")
1412 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1413 ..intValue = 72,new mojom_types.EnumValue()
1414 ..declData = (new mojom_types.DeclarationData()..shortName = "I")
1415 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1416 ..intValue = 73,new mojom_types.EnumValue()
1417 ..declData = (new mojom_types.DeclarationData()..shortName = "J")
1418 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1419 ..intValue = 74,new mojom_types.EnumValue()
1420 ..declData = (new mojom_types.DeclarationData()..shortName = "K")
1421 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1422 ..intValue = 75,new mojom_types.EnumValue()
1423 ..declData = (new mojom_types.DeclarationData()..shortName = "L")
1424 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1425 ..intValue = 76,new mojom_types.EnumValue()
1426 ..declData = (new mojom_types.DeclarationData()..shortName = "M")
1427 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1428 ..intValue = 77,new mojom_types.EnumValue()
1429 ..declData = (new mojom_types.DeclarationData()..shortName = "N")
1430 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1431 ..intValue = 78,new mojom_types.EnumValue()
1432 ..declData = (new mojom_types.DeclarationData()..shortName = "O")
1433 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1434 ..intValue = 79,new mojom_types.EnumValue()
1435 ..declData = (new mojom_types.DeclarationData()..shortName = "P")
1436 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1437 ..intValue = 80,new mojom_types.EnumValue()
1438 ..declData = (new mojom_types.DeclarationData()..shortName = "Q")
1439 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1440 ..intValue = 81,new mojom_types.EnumValue()
1441 ..declData = (new mojom_types.DeclarationData()..shortName = "R")
1442 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1443 ..intValue = 82,new mojom_types.EnumValue()
1444 ..declData = (new mojom_types.DeclarationData()..shortName = "S")
1445 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1446 ..intValue = 83,new mojom_types.EnumValue()
1447 ..declData = (new mojom_types.DeclarationData()..shortName = "T")
1448 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1449 ..intValue = 84,new mojom_types.EnumValue()
1450 ..declData = (new mojom_types.DeclarationData()..shortName = "U")
1451 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1452 ..intValue = 85,new mojom_types.EnumValue()
1453 ..declData = (new mojom_types.DeclarationData()..shortName = "V")
1454 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1455 ..intValue = 86,new mojom_types.EnumValue()
1456 ..declData = (new mojom_types.DeclarationData()..shortName = "W")
1457 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1458 ..intValue = 87,new mojom_types.EnumValue()
1459 ..declData = (new mojom_types.DeclarationData()..shortName = "X")
1460 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1461 ..intValue = 88,new mojom_types.EnumValue()
1462 ..declData = (new mojom_types.DeclarationData()..shortName = "Y")
1463 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1464 ..intValue = 89,new mojom_types.EnumValue()
1465 ..declData = (new mojom_types.DeclarationData()..shortName = "Z")
1466 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1467 ..intValue = 90,new mojom_types.EnumValue()
1468 ..declData = (new mojom_types.DeclarationData()..shortName = "LWIN")
1469 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1470 ..intValue = 91,new mojom_types.EnumValue()
1471 ..declData = (new mojom_types.DeclarationData()..shortName = "COMMAND")
1472 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1473 ..intValue = 91,new mojom_types.EnumValue()
1474 ..declData = (new mojom_types.DeclarationData()..shortName = "RWIN")
1475 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1476 ..intValue = 92,new mojom_types.EnumValue()
1477 ..declData = (new mojom_types.DeclarationData()..shortName = "APPS")
1478 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1479 ..intValue = 93,new mojom_types.EnumValue()
1480 ..declData = (new mojom_types.DeclarationData()..shortName = "SLEEP")
1481 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1482 ..intValue = 95,new mojom_types.EnumValue()
1483 ..declData = (new mojom_types.DeclarationData()..shortName = "NUMPA_D0")
1484 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1485 ..intValue = 96,new mojom_types.EnumValue()
1486 ..declData = (new mojom_types.DeclarationData()..shortName = "NUMPA_D1")
1487 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1488 ..intValue = 97,new mojom_types.EnumValue()
1489 ..declData = (new mojom_types.DeclarationData()..shortName = "NUMPA_D2")
1490 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1491 ..intValue = 98,new mojom_types.EnumValue()
1492 ..declData = (new mojom_types.DeclarationData()..shortName = "NUMPA_D3")
1493 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1494 ..intValue = 99,new mojom_types.EnumValue()
1495 ..declData = (new mojom_types.DeclarationData()..shortName = "NUMPA_D4")
1496 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1497 ..intValue = 100,new mojom_types.EnumValue()
1498 ..declData = (new mojom_types.DeclarationData()..shortName = "NUMPA_D5")
1499 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1500 ..intValue = 101,new mojom_types.EnumValue()
1501 ..declData = (new mojom_types.DeclarationData()..shortName = "NUMPA_D6")
1502 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1503 ..intValue = 102,new mojom_types.EnumValue()
1504 ..declData = (new mojom_types.DeclarationData()..shortName = "NUMPA_D7")
1505 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1506 ..intValue = 103,new mojom_types.EnumValue()
1507 ..declData = (new mojom_types.DeclarationData()..shortName = "NUMPA_D8")
1508 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1509 ..intValue = 104,new mojom_types.EnumValue()
1510 ..declData = (new mojom_types.DeclarationData()..shortName = "NUMPA_D9")
1511 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1512 ..intValue = 105,new mojom_types.EnumValue()
1513 ..declData = (new mojom_types.DeclarationData()..shortName = "MULTIPLY")
1514 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1515 ..intValue = 106,new mojom_types.EnumValue()
1516 ..declData = (new mojom_types.DeclarationData()..shortName = "ADD")
1517 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1518 ..intValue = 107,new mojom_types.EnumValue()
1519 ..declData = (new mojom_types.DeclarationData()..shortName = "SEPARATOR" )
1520 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1521 ..intValue = 108,new mojom_types.EnumValue()
1522 ..declData = (new mojom_types.DeclarationData()..shortName = "SUBTRACT")
1523 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1524 ..intValue = 109,new mojom_types.EnumValue()
1525 ..declData = (new mojom_types.DeclarationData()..shortName = "DECIMAL")
1526 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1527 ..intValue = 110,new mojom_types.EnumValue()
1528 ..declData = (new mojom_types.DeclarationData()..shortName = "DIVIDE")
1529 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1530 ..intValue = 111,new mojom_types.EnumValue()
1531 ..declData = (new mojom_types.DeclarationData()..shortName = "F1")
1532 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1533 ..intValue = 112,new mojom_types.EnumValue()
1534 ..declData = (new mojom_types.DeclarationData()..shortName = "F2")
1535 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1536 ..intValue = 113,new mojom_types.EnumValue()
1537 ..declData = (new mojom_types.DeclarationData()..shortName = "F3")
1538 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1539 ..intValue = 114,new mojom_types.EnumValue()
1540 ..declData = (new mojom_types.DeclarationData()..shortName = "F4")
1541 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1542 ..intValue = 115,new mojom_types.EnumValue()
1543 ..declData = (new mojom_types.DeclarationData()..shortName = "F5")
1544 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1545 ..intValue = 116,new mojom_types.EnumValue()
1546 ..declData = (new mojom_types.DeclarationData()..shortName = "F6")
1547 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1548 ..intValue = 117,new mojom_types.EnumValue()
1549 ..declData = (new mojom_types.DeclarationData()..shortName = "F7")
1550 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1551 ..intValue = 118,new mojom_types.EnumValue()
1552 ..declData = (new mojom_types.DeclarationData()..shortName = "F8")
1553 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1554 ..intValue = 119,new mojom_types.EnumValue()
1555 ..declData = (new mojom_types.DeclarationData()..shortName = "F9")
1556 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1557 ..intValue = 120,new mojom_types.EnumValue()
1558 ..declData = (new mojom_types.DeclarationData()..shortName = "F10")
1559 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1560 ..intValue = 121,new mojom_types.EnumValue()
1561 ..declData = (new mojom_types.DeclarationData()..shortName = "F11")
1562 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1563 ..intValue = 122,new mojom_types.EnumValue()
1564 ..declData = (new mojom_types.DeclarationData()..shortName = "F12")
1565 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1566 ..intValue = 123,new mojom_types.EnumValue()
1567 ..declData = (new mojom_types.DeclarationData()..shortName = "F13")
1568 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1569 ..intValue = 124,new mojom_types.EnumValue()
1570 ..declData = (new mojom_types.DeclarationData()..shortName = "F14")
1571 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1572 ..intValue = 125,new mojom_types.EnumValue()
1573 ..declData = (new mojom_types.DeclarationData()..shortName = "F15")
1574 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1575 ..intValue = 126,new mojom_types.EnumValue()
1576 ..declData = (new mojom_types.DeclarationData()..shortName = "F16")
1577 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1578 ..intValue = 127,new mojom_types.EnumValue()
1579 ..declData = (new mojom_types.DeclarationData()..shortName = "F17")
1580 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1581 ..intValue = 128,new mojom_types.EnumValue()
1582 ..declData = (new mojom_types.DeclarationData()..shortName = "F18")
1583 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1584 ..intValue = 129,new mojom_types.EnumValue()
1585 ..declData = (new mojom_types.DeclarationData()..shortName = "F19")
1586 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1587 ..intValue = 130,new mojom_types.EnumValue()
1588 ..declData = (new mojom_types.DeclarationData()..shortName = "F20")
1589 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1590 ..intValue = 131,new mojom_types.EnumValue()
1591 ..declData = (new mojom_types.DeclarationData()..shortName = "F21")
1592 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1593 ..intValue = 132,new mojom_types.EnumValue()
1594 ..declData = (new mojom_types.DeclarationData()..shortName = "F22")
1595 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1596 ..intValue = 133,new mojom_types.EnumValue()
1597 ..declData = (new mojom_types.DeclarationData()..shortName = "F23")
1598 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1599 ..intValue = 134,new mojom_types.EnumValue()
1600 ..declData = (new mojom_types.DeclarationData()..shortName = "F24")
1601 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1602 ..intValue = 135,new mojom_types.EnumValue()
1603 ..declData = (new mojom_types.DeclarationData()..shortName = "NUMLOCK")
1604 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1605 ..intValue = 144,new mojom_types.EnumValue()
1606 ..declData = (new mojom_types.DeclarationData()..shortName = "SCROLL")
1607 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1608 ..intValue = 145,new mojom_types.EnumValue()
1609 ..declData = (new mojom_types.DeclarationData()..shortName = "LSHIFT")
1610 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1611 ..intValue = 160,new mojom_types.EnumValue()
1612 ..declData = (new mojom_types.DeclarationData()..shortName = "RSHIFT")
1613 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1614 ..intValue = 161,new mojom_types.EnumValue()
1615 ..declData = (new mojom_types.DeclarationData()..shortName = "LCONTROL")
1616 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1617 ..intValue = 162,new mojom_types.EnumValue()
1618 ..declData = (new mojom_types.DeclarationData()..shortName = "RCONTROL")
1619 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1620 ..intValue = 163,new mojom_types.EnumValue()
1621 ..declData = (new mojom_types.DeclarationData()..shortName = "LMENU")
1622 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1623 ..intValue = 164,new mojom_types.EnumValue()
1624 ..declData = (new mojom_types.DeclarationData()..shortName = "RMENU")
1625 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1626 ..intValue = 165,new mojom_types.EnumValue()
1627 ..declData = (new mojom_types.DeclarationData()..shortName = "BROWSER_BA CK")
1628 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1629 ..intValue = 166,new mojom_types.EnumValue()
1630 ..declData = (new mojom_types.DeclarationData()..shortName = "BROWSER_FO RWARD")
1631 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1632 ..intValue = 167,new mojom_types.EnumValue()
1633 ..declData = (new mojom_types.DeclarationData()..shortName = "BROWSER_RE FRESH")
1634 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1635 ..intValue = 168,new mojom_types.EnumValue()
1636 ..declData = (new mojom_types.DeclarationData()..shortName = "BROWSER_ST OP")
1637 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1638 ..intValue = 169,new mojom_types.EnumValue()
1639 ..declData = (new mojom_types.DeclarationData()..shortName = "BROWSER_SE ARCH")
1640 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1641 ..intValue = 170,new mojom_types.EnumValue()
1642 ..declData = (new mojom_types.DeclarationData()..shortName = "BROWSER_FA VORITES")
1643 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1644 ..intValue = 171,new mojom_types.EnumValue()
1645 ..declData = (new mojom_types.DeclarationData()..shortName = "BROWSER_HO ME")
1646 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1647 ..intValue = 172,new mojom_types.EnumValue()
1648 ..declData = (new mojom_types.DeclarationData()..shortName = "VOLUME_MUT E")
1649 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1650 ..intValue = 173,new mojom_types.EnumValue()
1651 ..declData = (new mojom_types.DeclarationData()..shortName = "VOLUME_DOW N")
1652 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1653 ..intValue = 174,new mojom_types.EnumValue()
1654 ..declData = (new mojom_types.DeclarationData()..shortName = "VOLUME_UP" )
1655 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1656 ..intValue = 175,new mojom_types.EnumValue()
1657 ..declData = (new mojom_types.DeclarationData()..shortName = "MEDIA_NEXT _TRACK")
1658 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1659 ..intValue = 176,new mojom_types.EnumValue()
1660 ..declData = (new mojom_types.DeclarationData()..shortName = "MEDIA_PREV _TRACK")
1661 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1662 ..intValue = 177,new mojom_types.EnumValue()
1663 ..declData = (new mojom_types.DeclarationData()..shortName = "MEDIA_STOP ")
1664 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1665 ..intValue = 178,new mojom_types.EnumValue()
1666 ..declData = (new mojom_types.DeclarationData()..shortName = "MEDIA_PLAY _PAUSE")
1667 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1668 ..intValue = 179,new mojom_types.EnumValue()
1669 ..declData = (new mojom_types.DeclarationData()..shortName = "MEDIA_LAUN CH_MAIL")
1670 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1671 ..intValue = 180,new mojom_types.EnumValue()
1672 ..declData = (new mojom_types.DeclarationData()..shortName = "MEDIA_LAUN CH_MEDIA_SELECT")
1673 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1674 ..intValue = 181,new mojom_types.EnumValue()
1675 ..declData = (new mojom_types.DeclarationData()..shortName = "MEDIA_LAUN CH_AP_P1")
1676 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1677 ..intValue = 182,new mojom_types.EnumValue()
1678 ..declData = (new mojom_types.DeclarationData()..shortName = "MEDIA_LAUN CH_AP_P2")
1679 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1680 ..intValue = 183,new mojom_types.EnumValue()
1681 ..declData = (new mojom_types.DeclarationData()..shortName = "OEM_1")
1682 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1683 ..intValue = 186,new mojom_types.EnumValue()
1684 ..declData = (new mojom_types.DeclarationData()..shortName = "OEM_PLUS")
1685 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1686 ..intValue = 187,new mojom_types.EnumValue()
1687 ..declData = (new mojom_types.DeclarationData()..shortName = "OEM_COMMA" )
1688 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1689 ..intValue = 188,new mojom_types.EnumValue()
1690 ..declData = (new mojom_types.DeclarationData()..shortName = "OEM_MINUS" )
1691 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1692 ..intValue = 189,new mojom_types.EnumValue()
1693 ..declData = (new mojom_types.DeclarationData()..shortName = "OEM_PERIOD ")
1694 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1695 ..intValue = 190,new mojom_types.EnumValue()
1696 ..declData = (new mojom_types.DeclarationData()..shortName = "OEM_2")
1697 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1698 ..intValue = 191,new mojom_types.EnumValue()
1699 ..declData = (new mojom_types.DeclarationData()..shortName = "OEM_3")
1700 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1701 ..intValue = 192,new mojom_types.EnumValue()
1702 ..declData = (new mojom_types.DeclarationData()..shortName = "OEM_4")
1703 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1704 ..intValue = 219,new mojom_types.EnumValue()
1705 ..declData = (new mojom_types.DeclarationData()..shortName = "OEM_5")
1706 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1707 ..intValue = 220,new mojom_types.EnumValue()
1708 ..declData = (new mojom_types.DeclarationData()..shortName = "OEM_6")
1709 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1710 ..intValue = 221,new mojom_types.EnumValue()
1711 ..declData = (new mojom_types.DeclarationData()..shortName = "OEM_7")
1712 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1713 ..intValue = 222,new mojom_types.EnumValue()
1714 ..declData = (new mojom_types.DeclarationData()..shortName = "OEM_8")
1715 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1716 ..intValue = 223,new mojom_types.EnumValue()
1717 ..declData = (new mojom_types.DeclarationData()..shortName = "OEM_102")
1718 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1719 ..intValue = 226,new mojom_types.EnumValue()
1720 ..declData = (new mojom_types.DeclarationData()..shortName = "PROCESSKEY ")
1721 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1722 ..intValue = 229,new mojom_types.EnumValue()
1723 ..declData = (new mojom_types.DeclarationData()..shortName = "PACKET")
1724 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1725 ..intValue = 231,new mojom_types.EnumValue()
1726 ..declData = (new mojom_types.DeclarationData()..shortName = "DBE_SBCSCH AR")
1727 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1728 ..intValue = 243,new mojom_types.EnumValue()
1729 ..declData = (new mojom_types.DeclarationData()..shortName = "DBE_DBCSCH AR")
1730 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1731 ..intValue = 244,new mojom_types.EnumValue()
1732 ..declData = (new mojom_types.DeclarationData()..shortName = "ATTN")
1733 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1734 ..intValue = 246,new mojom_types.EnumValue()
1735 ..declData = (new mojom_types.DeclarationData()..shortName = "CRSEL")
1736 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1737 ..intValue = 247,new mojom_types.EnumValue()
1738 ..declData = (new mojom_types.DeclarationData()..shortName = "EXSEL")
1739 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1740 ..intValue = 248,new mojom_types.EnumValue()
1741 ..declData = (new mojom_types.DeclarationData()..shortName = "EREOF")
1742 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1743 ..intValue = 249,new mojom_types.EnumValue()
1744 ..declData = (new mojom_types.DeclarationData()..shortName = "PLAY")
1745 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1746 ..intValue = 250,new mojom_types.EnumValue()
1747 ..declData = (new mojom_types.DeclarationData()..shortName = "ZOOM")
1748 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1749 ..intValue = 251,new mojom_types.EnumValue()
1750 ..declData = (new mojom_types.DeclarationData()..shortName = "NONAME")
1751 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1752 ..intValue = 252,new mojom_types.EnumValue()
1753 ..declData = (new mojom_types.DeclarationData()..shortName = "P_A1")
1754 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1755 ..intValue = 253,new mojom_types.EnumValue()
1756 ..declData = (new mojom_types.DeclarationData()..shortName = "OEM_CLEAR" )
1757 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1758 ..intValue = 254,new mojom_types.EnumValue()
1759 ..declData = (new mojom_types.DeclarationData()..shortName = "UNKNOWN")
1760 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1761 ..intValue = 0,new mojom_types.EnumValue()
1762 ..declData = (new mojom_types.DeclarationData()..shortName = "ALTGR")
1763 ..enumTypeKey = '_input_key_codes_KeyboardCode__'
1764 ..intValue = 225,];
1765 }
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776 var _MojomDesc__ = _initDescriptions();
1777
1778 Map<String, mojom_types.UserDefinedType> _initDescriptions() {
1779 var map = new Map<String, mojom_types.UserDefinedType>();
1780
1781 map["_input_key_codes_KeyboardCode__"] =
1782 new mojom_types.UserDefinedType()
1783 ..enumType = _input_key_codes_KeyboardCode__();
1784
1785 return map;
1786 }
1787
1788 Map<String, mojom_types.UserDefinedType> getAllMojomTypeDefinitions() {
1789 return _MojomDesc__;
1790 }
1791
1792
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698