浏览代码

- minor: added Key.isAccessible()

Franco Ponticelli 16 年之前
父节点
当前提交
0a5699ccb0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      std/flash/Key.hx

+ 1 - 0
std/flash/Key.hx

@@ -33,6 +33,7 @@ extern class Key
 
 
 	static function getAscii():Int;
 	static function getAscii():Int;
 	static function getCode():Int;
 	static function getCode():Int;
+	static function isAccessible():Bool;
 	static function isDown(code:Int):Bool;
 	static function isDown(code:Int):Bool;
 	static function isToggled(code:Int):Bool;
 	static function isToggled(code:Int):Bool;