woff_key.c
来自「Graphic program from off phone. BREW.」· C语言 代码 · 共 14 行
C
14 行
#include "wOff.h"
boolean wOff_Keys(wOff* pMe, AEEEvent eCode, uint16 wParam, uint32 dwParam)
{
uint8 i;
IPhoneCtl *pIPhoneCtl;
pMe->DrawT=FALSE;
if (pMe->mPos[1] && (wParam == AVK_DOWN || wParam == AVK_RIGHT))
{
if (eCode == EVT_KEY)
{
for (i=0; i<5; i++)
pMe->mPos[i] = (i==2 ? TRUE : FALSE); // 羼臌 禧
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?