📄 ui_input_fp.h
字号:
/****************************************************************************************************
* 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_FP_H_
#define _UI_INPUT_FP_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_fp.h"
#if defined(D_CUSTOMER_MIZUDA_FP_101)
#include "UI_Manager\UI_Input\Mizuda_FP_Collect\mizuda_FP_101.h"
#elif defined(D_CUSTOMER_MIZUDA_FP_102)
#include "UI_Manager\UI_Input\Mizuda_FP_Collect\mizuda_FP_102.h"
#elif defined(D_CUSTOMER_NINTAUSE_FP)
#include "UI_Manager\UI_Input\Nintause_FP_Collect\Nintause_FP.h"
#elif defined(D_REF_FP)
#include "UI_Manager\UI_Input\Ref_FP_Collect\Ref_FP.h"
#else
#error FATAL:no ir keys defined
#endif
UINT16 UI_ConvertFPKeyToUICC( UINT16 wFPKey);
BOOL UI_CheckIfFPEjectKey(UINT16 wFPKey);
#endif//_UI_INPUT_FP_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -