Deskflow
1.26.0.418
Keyboard and mouse sharing utility
Toggle main menu visibility
Loading...
Searching...
No Matches
ClientProxy1_2.h
Go to the documentation of this file.
1
/*
2
* Deskflow -- mouse and keyboard sharing utility
3
* SPDX-FileCopyrightText: (C) 2012 - 2016 Synergy App Ltd
4
* SPDX-FileCopyrightText: (C) 2004 Chris Schoeneman
5
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
6
*/
7
8
#pragma once
9
10
#include "
server/ClientProxy1_1.h
"
11
12
class
IEventQueue
;
13
15
class
ClientProxy1_2
:
public
ClientProxy1_1
16
{
17
public
:
18
ClientProxy1_2
(
const
std::string &
name
,
deskflow::IStream
*adoptedStream,
IEventQueue
*events);
19
~ClientProxy1_2
()
override
=
default
;
20
21
// IClient overrides
22
void
mouseRelativeMove
(int32_t xRel, int32_t yRel)
override
;
23
};
name
static const struct sockaddr FAR * name
Definition
ArchNetworkWinsock.cpp:29
ClientProxy1_1.h
ClientProxy1_1::ClientProxy1_1
ClientProxy1_1(const std::string &name, deskflow::IStream *adoptedStream, IEventQueue *events)
Definition
ClientProxy1_1.cpp:17
ClientProxy1_2::mouseRelativeMove
void mouseRelativeMove(int32_t xRel, int32_t yRel) override
Notify of mouse motion.
Definition
ClientProxy1_2.cpp:23
ClientProxy1_2::~ClientProxy1_2
~ClientProxy1_2() override=default
ClientProxy1_2::ClientProxy1_2
ClientProxy1_2(const std::string &name, deskflow::IStream *adoptedStream, IEventQueue *events)
Definition
ClientProxy1_2.cpp:17
IEventQueue
Event queue interface.
Definition
IEventQueue.h:29
deskflow::IStream
Bidirectional stream interface.
Definition
IStream.h:22
src
lib
server
ClientProxy1_2.h
Generated by
1.18.0