chromium/remoting/host/desktop_and_cursor_composer_notifier.cc

// 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.

#include "remoting/host/desktop_and_cursor_composer_notifier.h"

#include "remoting/proto/event.pb.h"

namespace remoting {
DesktopAndCursorComposerNotifier::DesktopAndCursorComposerNotifier(
    InputStub* input_stub,
    EventHandler* event_handler)
    :{}

DesktopAndCursorComposerNotifier::~DesktopAndCursorComposerNotifier() = default;

void DesktopAndCursorComposerNotifier::InjectMouseEvent(
    const protocol::MouseEvent& event) {}

void DesktopAndCursorComposerNotifier::OnLocalInput() {}

void DesktopAndCursorComposerNotifier::NotifyEventHandler(bool enabled) {}

}  // namespace remoting