Skip to content
TypeAliasInput & Controls@public

FlxGamepadProvider

Function polled exactly once at each authoritative simulation step.

ts
export type FlxGamepadProvider = () => readonly (FlxGamepadLike | null)[]

Released under the MIT License.