Skip to content

Commit

Permalink
macos command key added to flxkey
Browse files Browse the repository at this point in the history
idk make mac support easier
  • Loading branch information
charlesisfeline authored Mar 30, 2024
1 parent f3ab65a commit a058296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flixel/input/keyboard/FlxKey.hx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ enum abstract FlxKey(Int) from Int to Int
var GRAVEACCENT = 192;
var CONTROL = 17;
var ALT = 18;
var COMMAND = 224;
var SPACE = 32;
var UP = 38;
var DOWN = 40;
Expand Down

0 comments on commit a058296

Please sign in to comment.