?? tvscreen.h.svn-base
字號:
#ifndef __TVSCREEN_H
#define __TVSCREEN_H
#ifdef __cplusplus
extern "C" {
#endif
Void tvAutoAdjustment(Bool bMP);
Void tvScreenSetHPosition(Bool bMP,Word wVal);
Void tvScreenSetVPosition(Bool bMP,Word wVal);
Void tvScreenSetPhase(Bool bMP,Byte ucVal);
Void tvScreenSetClock(Bool bMP,Word wAutoVal, Char ucOffsetVal);
Word tvScreenGetHPosition(Bool bMP);
Word tvScreenGetVPosition(Bool bMP);
Byte tvScreenGetPhase(Bool bMP);
Word tvScreenGetClock(Bool bMP);
Void tvScreenSetHSize(Byte ucVal);
Void tvScreenSetVSize(Byte ucVal);
Void tvFineTunePosition(Byte ucDirection);
//x051202a Void tvSetCinemaOnOff(Bool bOn);
Void tvMPZoomIn(Byte ucVal);
Void tvAppResetMenu(Bool bTrue);
Void tvAppResetWindow(Bool bMP, Bool bAutoCFG);
Void tdHWClearFB(Bool bMP, Bool bStart);
Byte GetARCSupportMode(Byte ucVal);
//----------------- Application will implement this ----------------
#define tvVGAUserModeInEEPROM(bMP) (tvAppGetVGAUserMode(bMP) != VGAMODE_MAX)
Byte tvAppGetVGAUserMode(Bool bMP);
Void tvAppLoadVGAUserMode(Bool bMP);
Void tvAppStoreCurVGAPara(Bool bMP);
//Void tvAppLoadPPVGAUserMode(Void);
Void tvAppLoadHDTVUserMode(Bool bMP);
Void tvAppPatchForPC(Void);
extern Const t_ucAspect[];
#ifdef __cplusplus
};
#endif
#endif // __TVSCREEN_H
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -