sshtestconsole.h

来自「大名鼎鼎的远程登录软件putty的Symbian版源码」· C头文件 代码 · 共 33 行

H
33
字号
#ifndef __SSHTESTCONSOLE_H__#define __SSHTESTCONSOLE_H__#include <e32cons.h>extern CConsoleBase *console;class CConsoleReader : public CActive {public:    CConsoleReader();    ~CConsoleReader();    void ConstructL();    void RunL();    void DoCancel();    void Activate();};extern CConsoleReader *reader;void InitConsoleL();void FreeConsole();void InitConsoleReaderL();void FreeConsoleReader();void ReadConsoleLine(TDes &aTarget, TBool anEcho = ETrue);void SendKey(TKeyCode aCode, TUint aModifiers);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?