PokéRogue
    Preparing search index...
    • Retrieve the key associated with the specified keycode from the mapping.

      Parameters

      • config: KeyboardConfig

        The configuration object containing the mapping.

      • keycode: number | undefined

        The keycode to search for.

      Returns (keyof KeyboardMapping) | undefined

      The key associated with the specified keycode, or undefined if not found.

    • Retrieve the key associated with the specified keycode from the mapping.

      Parameters

      • config: PadConfig

        The configuration object containing the mapping.

      • keycode: number | undefined

        The keycode to search for.

      Returns GamepadButtonName | undefined

      The key associated with the specified keycode, or undefined if not found.

    • Retrieve the key associated with the specified keycode from the mapping.

      Parameters

      • config: InterfaceConfig

        The configuration object containing the mapping.

      • keycode: number | undefined

        The keycode to search for.

      Returns InterfaceButtonName | undefined

      The key associated with the specified keycode, or undefined if not found.