PokéRogue
    Preparing search index...

    Type Alias CustomGamepadConfig

    CustomGamepadConfig:
        | typeof PAD_DUALSHOCK & Required<Pick<typeof PAD_DUALSHOCK, "custom">>
        | typeof PAD_GENERIC & Required<Pick<typeof PAD_GENERIC, "custom">>
        | typeof PAD_PROCON & Required<Pick<typeof PAD_PROCON, "custom">>
        | typeof PAD_XBOX360 & Required<Pick<typeof PAD_XBOX360, "custom">>
        | typeof PAD_UNLICENSED_SNES & Required<
            Pick<typeof PAD_UNLICENSED_SNES, "custom">,
        >

    Union type of all supported gamepad configurations, with the custom property marked as required