📄 taskwnd.h
字号:
///////////////////////////////////////////////////////////////////////////////
// Functions for different function model //
///////////////////////////////////////////////////////////////////////////////
#ifndef _TASKWND_H
#define _TASKWND_H
#include "..\SRC\global.h"
#include "..\SRC\define.h"
#include "..\SRC\Key.h"
#include "..\SRC\Initial.h"
// -1 level window for entering
void EnterWnd();
// 0 level window for choosing different function
void ChooseWnd();
// Show the current choice
void ShowChoose( int WndNbr);
// 1 level window for watching introduction by list box
void IntroLBxWnd();
// 2 Level window for find path by list box
void FindPathLBxWnd();
// 3 level window for finding path by touching screen
void FindPathKbdWnd();
// 4 level window for watching map
void WatchMapWnd();
// Show map when pressing the keyboard
void ShowMap( int i, int v, int h);
// 5 level window for help
void HelpWnd();
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -