#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) { … }
}