#include <CClientProxy1_3.h>
Inherits CClientProxy1_2.
Inheritance diagram for CClientProxy1_3:
Public Member Functions | |
CClientProxy1_3 (const CString &name, IStream *adoptedStream) | |
virtual void | mouseWheel (SInt32 xDelta, SInt32 yDelta) |
Notify of mouse wheel motion. | |
Protected Member Functions | |
virtual bool | parseMessage (const UInt8 *code) |
virtual void | resetHeartbeatRate () |
virtual void | setHeartbeatRate (double rate, double alarm) |
virtual void | resetHeartbeatTimer () |
virtual void | addHeartbeatTimer () |
virtual void | removeHeartbeatTimer () |
Definition at line 21 of file CClientProxy1_3.h.
|
Notify of mouse wheel motion.
Synthesize mouse events to generate mouse wheel motion of Reimplemented from CClientProxy1_0. Definition at line 42 of file CClientProxy1_3.cpp. References CBaseClientProxy::getName(), CClientProxy::getStream(), and CProtocolUtil::writef(). |