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, IStream *adoptedStream) | |
virtual void | mouseRelativeMove (SInt32 xRel, SInt32 yRel) |
Notify of mouse motion. |
Proxy for client implementing protocol version 1.2.
Definition at line 21 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 35 of file CClientProxy1_2.cpp.
References CBaseClientProxy::getName(), CClientProxy::getStream(), and CProtocolUtil::writef().