key.h

来自「基于S3C44B0X开发的一个校园导航系统」· C头文件 代码 · 共 21 行

H
21
字号
///////////////////////////////////////////////////////////////////////////////
// Functions relevant the keyboard operation                                  //
///////////////////////////////////////////////////////////////////////////////
#ifndef __KEY_H__
#define __KEY_H__

#include "..\SRC\global.h"
#include "..\SRC\define.h"
#include "..\SRC\TaskWnd.h"
#include "..\SRC\Initial.h"

// Function used for list box choice moving
void onkey(int nkey,PListCtrl plctrl);

// Function used in watching introduction function
U8 onKeyIntro(int nkey, int fnkey);

// Function used in finding path by using list box function
U8 onKeyPath(int nkey, int fnkey);

#endif

⌨️ 快捷键说明

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