UNPKG

laya-coreui-es

Version:

laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改

11 lines (10 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KeyLocation = void 0; class KeyLocation { } exports.KeyLocation = KeyLocation; KeyLocation.STANDARD = 0; KeyLocation.LEFT = 1; KeyLocation.RIGHT = 2; KeyLocation.NUM_PAD = 3;