Skip to content
TypeAliasInput & Controls@public

FlxVirtualDPadMode

Direction layouts compatible with the common HaxeFlixel virtual-pad modes.

ts
export type FlxVirtualDPadMode = 'none' | 'up-down' | 'left-right' | 'full'

Released under the MIT License.