mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-27 15:37:49 +00:00
haxedef for android
This commit is contained in:
parent
c21961c156
commit
0308de6110
|
@ -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