📄 initosd.c
字号:
//******************************************************************
//
// Copyright (C) 2003. GENESIS MICROCHIP INC.
// All rights reserved. No part of this program may be reproduced.
//
// Genesis Microchip Inc., 165 Commerce Valley Dr. West
// Thornhill, Ontario, Canada, L3T 7V8
// Genesis Microchip Corp., 2150 Gold Street
// Alviso, CA 95002 USA
//
//================================================================
//
// MODULE: InitOsd.c
//
// USAGE:
//
//******************************************************************************
#include "inc\all.h"
#if defined CONTROLTYPE_TEXTBUTTON_USED || defined CONTROLTYPE_THREECOLORTEXTBUTTON_USED
BYTE ROM osdc_SelectionType = TEXT_SELECTION_TYPE;
#endif
void InitOsd ()
{
#ifdef DEBUG_OSD
gm_Print("InitOsd",0);
#endif
OsdC_Hide ();
OsdC_Init();
SelectRectangle(0);
OsdC_OsdTransparency(0);
#if NUMBER_OF_THREADS != 1
gm_InitSm();
gm_KeypadInit();
#endif
// OsdC_PositionOsd(UserPrefHPosOSD, UserPrefVPosOSD, 0); // left, right, stretch
SetTilePosition(0);
//PDR# 5542
g_CurrentTiles[0] = 0;
g_CurrentTiles[1] = 0;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -