mapp_inputsource.h
来自「mstar 776 开发的车载dvd」· C头文件 代码 · 共 28 行
H
28 行
#ifndef MAPP_INPUTSOURCE_H
#define MAPP_INPUTSOURCE_H
#include "DataType.h"
#include "MApp_Return.h"
#include "Board.h"
#include "MApp_GlobalVar.h"
/********************************************************************************/
/* Macro */
/********************************************************************************/
#ifdef MAPP_INPUTSOURCE_C
#define INTERFACE
#else
#define INTERFACE extern
#endif
//*************************************************************************
// Function prototypes
//*************************************************************************
INTERFACE void MApp_InputSource_SwitchSource ( E_UI_INPUT_SOURCE enUiInputSourceType );
#undef INTERFACE
#endif /*MAPP_INPUTSOURCE_H*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?