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