eqtapimbase.cpp
来自「Symbian平台 数字键盘手机输入法源码」· C++ 代码 · 共 34 行
CPP
34 行
// eQTapIMBase.cpp: implementation of the CeQTapIMBase class.
//
//////////////////////////////////////////////////////////////////////
#include "eQTapIMBase.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CeQTapIMBase::CeQTapIMBase()
: m_bIsIMActive(FALSE),
m_peQTapCtrl(NULL)
{
}
CeQTapIMBase::~CeQTapIMBase()
{
}
int CeQTapIMBase::OnKeyEventProc(int nParameter1, int nParameter2)
{
int nReturn = 0;
return nReturn;
}
int CeQTapIMBase::OnDrawIMWindow()
{
int nReturn = 0;
return nReturn;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?