chromium/ui/base/pointer/pointer_device_util.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ui/base/pointer/pointer_device.h"

namespace ui {

namespace {

int available_pointer_types_for_testing =;
int available_hover_types_for_testing =;
bool return_available_pointer_and_hover_types_for_testing =;

}  // namespace

void SetAvailablePointerAndHoverTypesForTesting(int available_pointer_types,
                                                int available_hover_types) {}

std::pair<int, int> GetAvailablePointerAndHoverTypes() {}

}  // namespace ui