Преглед изворни кода

- 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;