소스 검색

- 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 getCode():Int;
+	static function isAccessible():Bool;
 	static function isDown(code:Int):Bool;
 	static function isToggled(code:Int):Bool;