Player 版本 : | Flash Player 9 |
KeyLocation 类包含一些常数,用于指示在键盘上按下的键的位置。 KeyLocation 常数用在
KeyboardEvent.keyLocation
属性中。
public static const LEFT:uint = 1
Player 版本 : | Flash Player 9 |
指示激活的键在左侧键位置(此键有多个可能的位置)。 示例:PC 101 键美国键盘上的左 Shift。
public static const NUM_PAD:uint = 3
Player 版本 : | Flash Player 9 |
指示激活的键位于数字键盘或者是使用对应于数字键盘的虚拟键激活的。 示例:位于 PC 101 键美国键盘的数字键盘上的 1。
public static const RIGHT:uint = 2
Player 版本 : | Flash Player 9 |
指示激活的键在右侧键位置(此键有多个可能的位置)。 示例:PC 101 键美国键盘上的右 Shift。
public static const STANDARD:uint = 0
Player 版本 : | Flash Player 9 |
指示激活的键不区分位于左侧还是右侧,也不区分是否位于数字键盘(或者是使用对应于数字键盘的虚拟键激活的)。 示例:PC 101 键美国键盘上的 Q 键。
© 2004-2007 Adobe Systems Incorporated. All rights reserved.
Wed Jun 13 2007, 3:54 AM GMT-07:00
当前页: http://livedocs.adobe.com/flash/9.0_cn/ActionScriptLangRefV3/flash/ui/KeyLocation.html