Skip to content
TypeAliasAudio System@public

FlxAudioControlsPosition

Corner used by the optional browser audio controls.

ts
export type FlxAudioControlsPosition = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'

Released under the MIT License.