?? ccontrol.cpp
字號:
//--------------------------------------------------------------
/**\!File
*
*File name:CCONTROL.cpp
*
*His:add by honghaier @2004/5/7
*
*Desc:游戲控制類
*/
//---------------------------------------------------------------
#include "CControl.h"
//---------------------------------------------------------------
/**!\brief
*設置UP鍵
*/
void CControl::SetUpKey(int _iup)
{
iUpKey=_iup;
}
/**!\brief
*設置Down鍵
*/
void CControl::SetDownKey(int _idown)
{
iDownKey=_idown;
}
/**!\brief
*設置Left鍵
*/
void CControl::SetLeftKey(int _ileft)
{
iLeftKey=_ileft;
}
/**!\brief
*設置Right鍵
*/
void CControl::SetRightKey(int _iright)
{
iRightKey=_iright;
}
/**!\brief
*設置End鍵
*/
void CControl::SetEndKey(int _iend)
{
iEndKey=_iend;
}
/**!\brief
*設置Stop鍵
*/
void CControl::SetStopKey(int _istop)
{
iStopKey=_istop;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -