ui_input_ir.h
来自「ZORAN 962/966 SOURCE CODE,DVD chip」· C头文件 代码 · 共 39 行
H
39 行
/****************************************************************************************************
* Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: ui_input_ir.h
*
* Description:
* =========
*
****************************************************************************************************/
#include "Config.h" // Global Configuration - do not remove!
#include "include\sysdefs.h" // Global definition - do not remove!
#ifndef _UI_INPUT_IR_H_
#define _UI_INPUT_IR_H_
/****************************************************************************************************
* INCLUDE FILES: Only typedef header files are allowed to be included here.
****************************************************************************************************/
// Include C Standard
// Include project specific, only type definition header files are allowed to be included
#include "UI_Manager\UI_Input\ui_input_defs.h"
#include "UI_Manager\UI_Input\ui_pre_define_ir.h"
#if defined(D_CUSTOMER_MIZUDA_IR_101)
#include "UI_Manager\UI_Input\Mizuda_IR_Collect\mizuda_ir_101.h"
#elif defined(D_REF_IR)
#include "UI_Manager\UI_Input\Ref_IR_Collect\Ref_ir.h"
#elif defined(D_CUSTOMER_NINTAUSE_IR)
#include "UI_Manager\UI_Input\Nintause_IR_Collect\Nintause_ir.h"
#else
#error FATAL:no ir keys defined
#endif
UINT16 UI_ConvertIRKeyToUICC( UINT16 wIRKey);
#endif//_UI_INPUT_IR_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?