Nicolas Cannasse 16 years ago
parent
commit
ce9d96fe10
1 changed files with 2 additions and 0 deletions
  1. 2 0
      std/flash/Key.hx

+ 2 - 0
std/flash/Key.hx

@@ -33,7 +33,9 @@ extern class Key
 
 	static function getAscii():Int;
 	static function getCode():Int;
+#if flash8
 	static function isAccessible():Bool;
+#end
 	static function isDown(code:Int):Bool;
 	static function isToggled(code:Int):Bool;