#include <CClientProxy1_2.h>
Inherits CClientProxy1_1.
Inherited by CClientProxy1_3.
Inheritance diagram for CClientProxy1_2:
Public Member Functions | |
CClientProxy1_2 (const CString &name, IStream *adoptedStream) | |
~CClientProxy1_2 () | |
virtual void | mouseRelativeMove (SInt32 xRel, SInt32 yRel) |
Notify of mouse motion. |
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().