play-u1 API
    Preparing search index...

    Interface RequestGamepadHidDeviceOptions

    interface RequestGamepadHidDeviceOptions {
        filters?: HIDDeviceFilter[];
        optionalFilters?: HIDDeviceFilter[];
    }
    Index

    Properties

    filters?: HIDDeviceFilter[]

    Defaults to GAMEPAD_HID_FILTERS.

    optionalFilters?: HIDDeviceFilter[]

    Forwarded to requestDevice when you need a specific interface.