?? common.h
字號(hào):
/**
*** Common.h
***
*** 夋柺昤夋梡
*** Copyright (C) 2006 SophiaCradle Incorporated.
*** All rights reserved.
**/
#ifndef __COMMON_H
#define __COMMON_H
#include "AEEStdLib.h"
#include "AEEShell.h"
typedef struct {
IDisplay* display;
int width;
int height;
int start_line;
int lines;
int font_height;
AECHAR* message;
int size;
} Common;
// 弶婜壔
void COMMON_Init(Common* common, IDisplay* display, IShell* shell, int buffer_size);
// 夝曻
void COMMON_Free(Common* common);
// 夋柺昤夋
void COMMON_Draw(Common* common);
// 暥帤楍僶僢僼傽傪僋儕傾
void COMMON_ClearBuffer(Common* common);
// 暥帤楍傪捛壛
void COMMON_WriteString(Common* common, const char* str);
// AECHAR暥帤楍傪捛壛
void COMMON_WriteWideString(Common* common, const AECHAR* wstr);
// 昞帵峴傪師偺峴偵
void COMMON_NextLine(Common* common);
// 昞帵峴傪慜偺峴偵
void COMMON_PreviousLine(Common* common);
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -