Skip to content

Commit

Permalink
Update FlxAndroidKey.hx (#2876)
Browse files Browse the repository at this point in the history
  • Loading branch information
MAJigsaw77 authored Aug 1, 2023
1 parent a552be1 commit 1fd1897
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flixel/input/android/FlxAndroidKey.hx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import flixel.system.macros.FlxMacroUtil;
/**
* Maps enum values and strings to integer keycodes.
*/
@:enum
abstract FlxAndroidKey(Int) from Int to Int
enum abstract FlxAndroidKey(Int) from Int to Int
{
public static var fromStringMap(default, null):Map<String, FlxAndroidKey> = FlxMacroUtil.buildMap("flixel.input.android.FlxAndroidKey");
public static var toStringMap(default, null):Map<FlxAndroidKey, String> = FlxMacroUtil.buildMap("flixel.input.android.FlxAndroidKey", true);
Expand Down

0 comments on commit 1fd1897

Please sign in to comment.