?? ui_manager.h
字號:
/****************************************************************************************************
* Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: ui_manager.h
*
* Description:
* =========
*
****************************************************************************************************/
#include "Config.h" // Global Configuration - do not remove!
#include "include\sysdefs.h" // Global definition - do not remove!
#ifndef _UI_MANAGER_H_
#define _UI_MANAGER_H_
/****************************************************************************************************
* INCLUDE FILES: Only typedef header files are allowed to be included here.
****************************************************************************************************/
// Include C Standard
#include "Playcore\Coremain\coremain.h"
// Include project specific, only type definition header files are allowed to be included
/****************************************************************************************************
* DEFINITION: Public named constants
****************************************************************************************************/
/****************************************************************************************************
* DEFINITION: Public macros
****************************************************************************************************/
/****************************************************************************************************
* DECLARATION: Public (global) variables
****************************************************************************************************/
/****************************************************************************************************
* DECLARATION: Public functions
****************************************************************************************************/
int UI_EventHandler(HDLR_OP op, EVENT event, void *param);
#ifdef D_GINGER_I86
int UI_NullEventHandler(HDLR_OP op, EVENT event, void *param);
#endif //D_GINGER_I86
int UI_PowerOffHandler(HDLR_OP op, EVENT event, void *param);
#endif //_UI_MANAGER_H_
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -