大约有 6 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
...se); 通过 Event 类型 监听动作 class Event { /** 一个空的 Event 对象。用于事件派发中转使用。*/ static EMPTY: Event; /** 定义 mousedown 事件对象的 type 属性值。*/ static MOUSE_DOWN: string; ...
来源: Laya_社区 发布时间: 20170601
...的值为 KeyLocation.LEFT,右 Shift 键的值为 KeyLocation.RIGHT。另一个示例是区分标准键盘 (KeyLocation.STANDARD) 与数字键盘 (KeyLocation.NUM_PAD) 上按下的数字键。 Event nativeEvent : * 原生浏览器事件。Event shiftKey : Boolean[read-only] 表示 Shift 键...
来源: Laya2.0_api 发布时间: 20190513
...的值为 KeyLocation.LEFT,右 Shift 键的值为 KeyLocation.RIGHT。另一个示例是区分标准键盘 (KeyLocation.STANDARD) 与数字键盘 (KeyLocation.NUM_PAD) 上按下的数字键。 Event nativeEvent : * 原生浏览器事件。Event shiftKey : Boolean[read-only] 表示 Shift 键...
来源: laya_api 发布时间: 20170929
...的值为 KeyLocation.LEFT,右 Shift 键的值为 KeyLocation.RIGHT。另一个示例是区分标准键盘 (KeyLocation.STANDARD) 与数字键盘 (KeyLocation.NUM_PAD) 上按下的数字键。 Event nativeEvent : * 原生浏览器事件。Event shiftKey : Boolean[read-only] 表示 Shift 键是...
来源: Laya2.0_api 发布时间: 20190513
...的值为 KeyLocation.LEFT,右 Shift 键的值为 KeyLocation.RIGHT。另一个示例是区分标准键盘 (KeyLocation.STANDARD) 与数字键盘 (KeyLocation.NUM_PAD) 上按下的数字键。 Event nativeEvent : * 原生浏览器事件。Event shiftKey : Boolean[read-only] 表示 Shift 键是...
来源: laya_api 发布时间: 20170929
...TY: Readonly<Event> = new Event() Defined in laya/events/Event.ts:14 一个空的 Event 对象。用于事件派发中转使用。 Static END END: string = "end" Defined in laya/events/Event.ts:123 定义 end 事件对象的 type 属性值。 Static ENTER ENTER: string = "enter" Defined in lay...
来源: Laya3.0_api 发布时间: 20231115