chromium/device/vr/util/xr_standard_gamepad_builder.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "device/vr/util/xr_standard_gamepad_builder.h"

namespace device {

XRStandardGamepadBuilder::XRStandardGamepadBuilder(
    device::mojom::XRHandedness handedness)
    :{}

XRStandardGamepadBuilder::~XRStandardGamepadBuilder() = default;

void XRStandardGamepadBuilder::AddOptionalButtonData(
    const GamepadBuilder::ButtonData& data) {}

void XRStandardGamepadBuilder::AddOptionalButtonData(
    const GamepadButton& button) {}

std::optional<Gamepad> XRStandardGamepadBuilder::GetGamepad() const {}

}  // namespace device