From 0308de6110e4eb10091fe4206d1fa91b84fadf0f Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Wed, 25 Aug 2021 20:11:31 -0400 Subject: [PATCH] haxedef for android --- source/Controls.hx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Controls.hx b/source/Controls.hx index eac200ba2..3ca24646b 100644 --- a/source/Controls.hx +++ b/source/Controls.hx @@ -982,6 +982,7 @@ class FlxActionInputDigitalMobileSwipeGameplay extends FlxActionInputDigital } // Maybe this can be committed to main HaxeFlixel repo? +#if android class FlxActionInputDigitalAndroid extends FlxActionInputDigital { /** @@ -1009,3 +1010,4 @@ class FlxActionInputDigitalAndroid extends FlxActionInputDigital } } } +#end