?? test.c
字號:
/* SCCSID @(#)test.c 1.18 4/15/98 */
#include "../const.h"
#include "../driver/osd.h"
#include "options.h"
#include "graphic.h"
#include "html_pub.h"
#include "../driver/common1.h"
void vcd30_status(int k) {
char *e,*c;
#ifdef OSD
ClrOsd();
Start_OSD();
if (k==1) {
#ifdef BILINGUAL_OSD
e = MSG_e3_load, c=MSG_c3_load;
#else
e = MSG_e3_load, c=MSG_e3_load;
#endif
} else if (k==0x41) {
#ifdef BILINGUAL_OSD
e = MSG_e3_load, c=MSG_c3_load;
#else
e = MSG_e3_load, c=MSG_e3_load;
#endif
} else if (k==0x42) {
#if (CUST3 && !CUST71)
e = c= "X";
#else
e = c= "#";
#endif
} else if (k==0x43) {
#ifdef CUST71
e = MSG_vcd_20, c=MSG_vcd_20;
#else
e = MSG_e3_vcd20, c=MSG_e3_vcd20;
#endif
} else {
return;
/* OSDKEY(MSG_e3_vcd30, MSG_e3_vcd20);*/
}
OSDKEY(e, c);
#endif
}
EVD_main()
{
/*if(restore_html()==0) */ vcd30_status(0);
VirtualPlayer();
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -