Explorar o código

- minor: added Key.isAccessible()

Franco Ponticelli %!s(int64=16) %!d(string=hai) anos
pai
achega
0a5699ccb0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;