Proxy for client implementing protocol version 1.2. More...
#include <CClientProxy1_2.h>
Inherits CClientProxy1_1.
Inherited by CClientProxy1_3.
Public Member Functions | |
| CClientProxy1_2 (const CString &name, synergy::IStream *adoptedStream, IEventQueue *eventQueue) | |
| virtual void | mouseRelativeMove (SInt32 xRel, SInt32 yRel) |
| Notify of mouse motion. | |
Proxy for client implementing protocol version 1.2.
Definition at line 27 of file CClientProxy1_2.h.
| void CClientProxy1_2::mouseRelativeMove | ( | SInt32 | xRel, | |
| SInt32 | yRel | |||
| ) | [virtual] |
Notify of mouse motion.
Synthesize mouse events to generate mouse motion by the relative amount xRel,yRel.
Reimplemented from CClientProxy1_0.
Definition at line 39 of file CClientProxy1_2.cpp.
References CBaseClientProxy::getName(), CClientProxy::getStream(), and CProtocolUtil::writef().
1.7.1