mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 01:55:52 -05:00
haxedef for android
This commit is contained in:
parent
c21961c156
commit
0308de6110
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue