📄 descriptordemo.h
字号:
/*
============================================================================
Name : DescriptorDemo.h
Author : Mopius
Copyright : (c) Mopius, www.mopius.com
Description : Exe header file
============================================================================
*/
#ifndef __DESCRIPTORDEMO_H__
#define __DESCRIPTORDEMO_H__
// Include Files
#include <e32base.h>
// Function Prototypes
GLDEF_C TInt E32Main();
#endif // __DESCRIPTORDEMO_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -