Skip to content

Commit

Permalink
Restored mistakenly-removed define check
Browse files Browse the repository at this point in the history
  • Loading branch information
Starmapo committed Jan 29, 2025
1 parent df87c76 commit 7b0f5ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flixel/system/macros/FlxDefines.hx
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ class FlxDefines

if (!defined("flash") || defined("flash11_8"))
define(FLX_GAMEINPUT_API);
else if (!defined("openfl_next") && (defined("cpp") || defined("neko")))
define(FLX_JOYSTICK_API);

#if nme
define(FLX_JOYSTICK_API);
Expand Down

0 comments on commit 7b0f5ed

Please sign in to comment.