web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
445 B

  1. /**
  2. * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
  3. *
  4. * This source code is licensed under the MIT license found in the
  5. * LICENSE file in the root directory of this source tree.
  6. */
  7. export declare const KEYS: {
  8. ARROW_DOWN: string;
  9. ARROW_LEFT: string;
  10. ARROW_RIGHT: string;
  11. ARROW_UP: string;
  12. BACKSPACE: string;
  13. CONTROL_C: string;
  14. CONTROL_D: string;
  15. ENTER: string;
  16. ESCAPE: string;
  17. };