chromium/ui/ozone/platform/wayland/host/wayland_zwp_relative_pointer_manager.h

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

#ifndef UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_ZWP_RELATIVE_POINTER_MANAGER_H_
#define UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_ZWP_RELATIVE_POINTER_MANAGER_H_

#include "base/memory/raw_ptr.h"
#include "ui/ozone/platform/wayland/common/wayland_object.h"

namespace base {
class TimeTicks;
}

namespace gfx {
class Vector2dF;
}  // namespace gfx

namespace ui {

class WaylandConnection;

// Wraps the zwp_relative_pointer_manager_v1 object.
class WaylandZwpRelativePointerManager
    : public wl::GlobalObjectRegistrar<WaylandZwpRelativePointerManager> {};

class WaylandZwpRelativePointerManager::Delegate {};

}  // namespace ui

#endif  // UI_OZONE_PLATFORM_WAYLAND_HOST_WAYLAND_ZWP_RELATIVE_POINTER_MANAGER_H_