/
Kryuchok
/
flutter
Обзор
Документация
Войти
/
Kryuchok
/
flutter
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
dev/tools/gen_keycodes/data/key_codes_java.tmpl
22 строки
598 B
Tong Mu
[Keyboard, Android] Generate keyboard codes (#104032)
20 май 2022, 04:38
Не верифицирован
20 май 2022, 04:38
a92f0ef
Код
Авторство
О чём код?
package io.flutter.util; // DO NOT EDIT -- DO NOT EDIT -- DO NOT EDIT // This file is generated by // flutter/flutter:dev/tools/gen_keycodes/bin/gen_keycodes.dart and should not // be edited directly. // // Edit the template // flutter/flutter:dev/tools/gen_keycodes/data/key_codes_java.tmpl // instead. // // See flutter/flutter:dev/tools/gen_keycodes/README.md for more information. /** * This class contains keyboard constants to be used in unit tests. They should not be used in * production code. */ public class KeyCodes { @@@PHYSICAL_KEY_DEFINITIONS@@@ @@@LOGICAL_KEY_DEFINITIONS@@@ }