Allow key code to cast to and from Int without a 'cast' declaration
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package lime.ui;
|
||||
|
||||
|
||||
@:enum abstract KeyCode(Int) {
|
||||
@:enum abstract KeyCode(Int) from Int to Int {
|
||||
|
||||
|
||||
var UNKNOWN = 0x00;
|
||||
|
||||
Reference in New Issue
Block a user