#include <CClientProxy1_1.h>
Inherits CClientProxy1_0.
Inherited by CClientProxy1_2.
Inheritance diagram for CClientProxy1_1:
Public Member Functions | |
CClientProxy1_1 (const CString &name, IStream *adoptedStream) | |
virtual void | keyDown (KeyID, KeyModifierMask, KeyButton) |
Notify of key press. | |
virtual void | keyRepeat (KeyID, KeyModifierMask, SInt32 count, KeyButton) |
Notify of key repeat. | |
virtual void | keyUp (KeyID, KeyModifierMask, KeyButton) |
Notify of key release. |
Definition at line 21 of file CClientProxy1_1.h.
|
Notify of key press.
Synthesize key events to generate a press of key Reimplemented from CClientProxy1_0. Definition at line 36 of file CClientProxy1_1.cpp. References CBaseClientProxy::getName(), CClientProxy::getStream(), and CProtocolUtil::writef(). |
|
Notify of key repeat.
Synthesize key events to generate a press and release of key Reimplemented from CClientProxy1_0. Definition at line 43 of file CClientProxy1_1.cpp. References CBaseClientProxy::getName(), CClientProxy::getStream(), and CProtocolUtil::writef(). |
|
Notify of key release.
Synthesize key events to generate a release of key Reimplemented from CClientProxy1_0. Definition at line 51 of file CClientProxy1_1.cpp. References CBaseClientProxy::getName(), CClientProxy::getStream(), and CProtocolUtil::writef(). |