play-u1 API
    Preparing search index...

    Interface LayoutProfile

    interface LayoutProfile {
        axes: Record<number, AxisName>;
        buttons: Record<number, ButtonName>;
        name: string;
    }
    Index

    Properties

    Properties

    axes: Record<number, AxisName>

    axis index → logical axis name (paired by sorted indices per name)

    buttons: Record<number, ButtonName>

    raw button index → ButtonName

    name: string